zjxpcyc 6 anni fa
parent
commit
63ac0c908d
1 ha cambiato i file con 17 aggiunte e 0 eliminazioni
  1. 17
    0
      .gitignore

+ 17
- 0
.gitignore Vedi 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