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