File tree Expand file tree Collapse file tree 1 file changed +31
-36
lines changed Expand file tree Collapse file tree 1 file changed +31
-36
lines changed Original file line number Diff line number Diff line change 1
- lib-cov
2
- * .seed
3
- * .log
4
- * .csv
5
- * .dat
6
- * .out
7
- * .pid
8
- * .gz
9
- * .swp
1
+ # compiled output
2
+ /dist
3
+ /node_modules
10
4
11
- pids
5
+ # Logs
12
6
logs
13
- results
14
- tmp
15
-
16
- # Build
17
- public /css /main.css
18
-
19
- # Coverage reports
20
- coverage
21
-
22
- # API keys and secrets
23
- .env
24
-
25
- # Dependency directory
26
- node_modules
27
- bower_components
28
-
29
- # Editors
30
- .idea
31
- .husky
32
- * .iml
7
+ * .log
8
+ npm-debug.log *
9
+ yarn-debug.log *
10
+ yarn-error.log *
11
+ lerna-debug.log *
33
12
34
- # OS metadata
13
+ # OS
35
14
.DS_Store
36
- Thumbs.db
37
15
38
- # Ignore built ts files
39
- dist /** /*
16
+ # Tests
17
+ /coverage
18
+ /.nyc_output
40
19
41
- # ignore yarn.lock
42
- yarn.lock
20
+ # IDEs and editors
21
+ /.idea
22
+ .husky
23
+ .project
24
+ .classpath
25
+ .c9 /
26
+ * .launch
27
+ .settings /
28
+ * .sublime-workspace
29
+
30
+ # IDE - VSCode
31
+ .vscode /*
32
+ ! .vscode /settings.json
33
+ ! .vscode /tasks.json
34
+ ! .vscode /launch.json
35
+ ! .vscode /extensions.json
36
+
37
+ .env
You can’t perform that action at this time.
0 commit comments