Commit 7e4312ec1e6a94ae1f18614cd8c3019d6bd7ab3b

Authored by 前端爱码士
Committed by GitHub
1 parent 839271d7

fix: vscode安装本地缓存插件后,项目根目录下会生成.history文件夹,忽略提交 (#2287)

Showing 1 changed file with 1 additions and 0 deletions
.gitignore
... ... @@ -31,3 +31,4 @@ pnpm-debug.log*
31 31 package-lock.json
32 32 pnpm-lock.yaml
33 33  
  34 +.history
... ...