zjxpcyc 6 лет назад
Родитель
Сommit
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