Skip to content

Commit f670d6e

Browse files
committed
chore(npmigore): also include .gitignore config
1 parent 8a0ff1f commit f670d6e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.npmignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
11
# Tests
22
test
3+
4+
# Logs
5+
logs
6+
*.log
7+
8+
# Runtime data
9+
pids
10+
*.pid
11+
*.seed
12+
13+
# Directory for instrumented libs generated by jscoverage/JSCover
14+
lib-cov
15+
16+
# Coverage directory used by tools like istanbul
17+
coverage
18+
19+
# Dependency directory
20+
# Commenting this out is preferred by some people, see
21+
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
22+
node_modules
23+
24+
# Users Environment Variables
25+
.lock-wscript

0 commit comments

Comments
 (0)