Browse Source

1. refactor git提交忽略 打包后的压缩包

yunxing 4 năm trước cách đây
mục cha
commit
2797a802eb
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -7,7 +7,8 @@ package-lock.json
 # local env files
 .env.local
 .env.*.local
-
+# 忽略根目录下的zip压缩包(一般指项目打包后的压缩包)
+/*.zip
 # Log files
 npm-debug.log*
 yarn-debug.log*