Skip to content

Commit b9d2942

Browse files
author
Wang Zuo
committed
update .gitignore
1 parent c9d395b commit b9d2942

File tree

1 file changed

+53
-6
lines changed

1 file changed

+53
-6
lines changed

.gitignore

Lines changed: 53 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,79 @@
1+
### https://raw.github.com/github/gitignore/ea28c14da0faf75047165c10223635ba95566ad7/Node.gitignore
2+
13
# Logs
24
logs
35
*.log
6+
npm-debug.log*
7+
yarn-debug.log*
8+
yarn-error.log*
49

510
# Runtime data
611
pids
712
*.pid
813
*.seed
14+
*.pid.lock
915

1016
# Directory for instrumented libs generated by jscoverage/JSCover
1117
lib-cov
1218

1319
# Coverage directory used by tools like istanbul
1420
coverage
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)
2335
build/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/
2978
example/bundle*
30-
.publish
3179

32-
dist

0 commit comments

Comments
 (0)