Skip to content

Commit 5b98464

Browse files
Add .npmignore
1 parent 8e30075 commit 5b98464

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.npmignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
test
2+
3+
# Logs
4+
logs
5+
*.log
6+
7+
coverage
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+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
21+
.grunt
22+
23+
# node-waf configuration
24+
.lock-wscript
25+
26+
build
27+
28+
# Dependency directory
29+
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
30+
node_modules

0 commit comments

Comments
 (0)