Browse Source

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

前端爱码士 2 năm trước cách đây
mục cha
commit
7e4312ec1e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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