Browse Source

add ignore

zjxpcyc 6 years ago
parent
commit
63ac0c908d
1 changed files with 17 additions and 0 deletions
  1. 17
    0
      .gitignore

+ 17
- 0
.gitignore View File

@@ -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