File tree Expand file tree Collapse file tree 1 file changed +6
-44
lines changed Expand file tree Collapse file tree 1 file changed +6
-44
lines changed Original file line number Diff line number Diff line change 1- # Logs
2- * .log
3- npm-debug.log *
4-
5- # Runtime data
6- pids
7- * .pid
8- * .seed
9-
10- # Directory for instrumented libs generated by jscoverage/JSCover
11- lib-cov
12-
13- # Coverage directory used by tools like istanbul
14- coverage
15-
16- # nyc test coverage
17- .nyc_output
18-
19- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
20- .grunt
21-
22- # node-waf configuration
23- .lock-wscript
24-
25- # Compiled binary addons (http://nodejs.org/api/addons.html)
26- build /Release
27-
28- # Dependency directories
29- node_modules
30- jspm_packages
31-
32- # Optional npm cache directory
33- .npm
34-
35- # Optional REPL history
36- .node_repl_history
37-
38- # Jest
39- jest *
40-
41- # ESLint
42- .eslintcache
43-
44- package-lock.json
1+ /.eslintcache
2+ /.nyc_output
3+ /coverage
4+ /node_modules
5+ npm-debug.log
6+ /package-lock.json
You can’t perform that action at this time.
0 commit comments