浏览代码

add ignore

zjxpcyc 6 年前
父节点
当前提交
63ac0c908d
共有 1 个文件被更改,包括 17 次插入0 次删除
  1. 17
    0
      .gitignore

+ 17
- 0
.gitignore 查看文件

@@ -0,0 +1,17 @@
1
+.DS_Store
2
+node_modules/
3
+dist/
4
+npm-debug.log*
5
+yarn-debug.log*
6
+yarn-error.log*
7
+/test/unit/coverage/
8
+/test/e2e/reports/
9
+selenium-debug.log
10
+
11
+# Editor directories and files
12
+.idea
13
+.vscode
14
+*.suo
15
+*.ntvs*
16
+*.njsproj
17
+*.sln