浏览代码

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

前端爱码士 2 年之前
父节点
当前提交
7e4312ec1e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -31,3 +31,4 @@ pnpm-debug.log*
 package-lock.json
 pnpm-lock.yaml
 
+.history