浏览代码

git排除dist文件

xuyonghao 1 年之前
父节点
当前提交
ce6c08a914
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -5,7 +5,7 @@ node_modules
 /src/auto-imports.d.ts
 stats.html
 /public/version.json
-
+dist
 # local env files
 .env.local
 .env.*.local