Skip to content

Commit

Permalink
added npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkalosi committed Sep 20, 2014
1 parent 808dd17 commit 0bb5981
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Makefile
README.md
build/
docs/
examples/
reports/
support/
test/

# Node.js
.npmignore
node_modules/
npm-debug.log

# Mac OS X
.DS_Store

# Git
.git*

# Utilities
.jshintrc
.travis.yml

0 comments on commit 0bb5981

Please sign in to comment.