Skip to content

Commit

Permalink
add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Apr 7, 2016
1 parent bbe67df commit 989c3fb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

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

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

0 comments on commit 989c3fb

Please sign in to comment.