浏览代码

修改git ignore

chen.cheng 7 月之前
父节点
当前提交
ab7f662b79
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. 5 4
      .gitignore

+ 5 - 4
.gitignore

@@ -1,9 +1,10 @@
 .hbuilderx/
 .idea/
-/unpackage
-/dist
-/build
-/node_modules
+.vscode/
+unpackage/
+dist/
+build/
+node_modules/
 
 *.iml
 .DS_Store