Skip to content

Commit

Permalink
.Npmignore added.
Browse files Browse the repository at this point in the history
  • Loading branch information
bredikhin committed Mar 5, 2014
1 parent 62a4f21 commit c797b32
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .npmignore
@@ -0,0 +1,23 @@
test/

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

# Mac OS X
.DS_Store

# Git
.git*

# Utilities
.jshintrc
.travis.yml
.coveralls.yml

# IDE and editors
.idea
*.iml

0 comments on commit c797b32

Please sign in to comment.