Skip to content

Commit e00d8cc

Browse files
committed
Merge pull request #8 from JGAntunes/master
Added missing npmignore
2 parents 1b662ab + e97e8ad commit e00d8cc

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.npmignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Logs
2+
logs
3+
*.log
4+
5+
# Runtime data
6+
pids
7+
*.pid
8+
*.seed
9+
10+
# Directory for instrumented libs generated by jscoverage/JSCover
11+
lib-cov
12+
13+
# Coverage directory used by tools like istanbul
14+
coverage
15+
16+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
17+
.grunt
18+
19+
# Compiled binary addons (http://nodejs.org/api/addons.html)
20+
build/Release
21+
22+
# Optional npm cache directory
23+
.npm
24+
25+
# Optional REPL history
26+
.node_repl_history
27+
28+
dist

0 commit comments

Comments
 (0)