소스 검색

修改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