File tree Expand file tree Collapse file tree 1 file changed +53
-6
lines changed Expand file tree Collapse file tree 1 file changed +53
-6
lines changed Original file line number Diff line number Diff line change 1+ # ## https://raw.github.com/github/gitignore/ea28c14da0faf75047165c10223635ba95566ad7/Node.gitignore
2+
13# Logs
24logs
35* .log
6+ npm-debug.log *
7+ yarn-debug.log *
8+ yarn-error.log *
49
510# Runtime data
611pids
712* .pid
813* .seed
14+ * .pid.lock
915
1016# Directory for instrumented libs generated by jscoverage/JSCover
1117lib-cov
1218
1319# Coverage directory used by tools like istanbul
1420coverage
1521
22+ # nyc test coverage
23+ .nyc_output
24+
1625# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1726.grunt
1827
28+ # Bower dependency directory (https://bower.io/)
29+ bower_components
30+
1931# node-waf configuration
2032.lock-wscript
2133
22- # Compiled binary addons (http ://nodejs.org/api/addons.html)
34+ # Compiled binary addons (https ://nodejs.org/api/addons.html)
2335build /Release
2436
25- # Dependency directory
26- # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
27- node_modules
37+ # Dependency directories
38+ node_modules /
39+ jspm_packages /
40+
41+ # TypeScript v1 declaration files
42+ typings /
43+
44+ # Optional npm cache directory
45+ .npm
46+
47+ # Optional eslint cache
48+ .eslintcache
49+
50+ # Optional REPL history
51+ .node_repl_history
52+
53+ # Output of 'npm pack'
54+ * .tgz
55+
56+ # Yarn Integrity file
57+ .yarn-integrity
58+
59+ # dotenv environment variables file
60+ .env
61+
62+ # parcel-bundler cache (https://parceljs.org/)
63+ .cache
64+
65+ # next.js build output
66+ .next
67+
68+ # nuxt.js build output
69+ .nuxt
70+
71+ # vuepress build output
72+ .vuepress /dist
73+
74+ # Serverless directories
75+ .serverless
2876
77+ dist /
2978example /bundle *
30- .publish
3179
32- dist
You can’t perform that action at this time.
0 commit comments