瀏覽代碼

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

yunxing 4 年之前
父節點
當前提交
2797a802eb
共有 1 個文件被更改,包括 2 次插入1 次删除
  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*