Skip to content

Commit

Permalink
Update ignore files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Jan 25, 2013
1 parent 98288ca commit 53816c6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .gitignore
@@ -1,2 +1,6 @@
# Mac OS X
.DS_Store
node_modules

# Node.js
node_modules/*
npm-debug.log
18 changes: 13 additions & 5 deletions .npmignore
@@ -1,8 +1,16 @@
*.md
.DS_Store
.git*
README.md
Makefile
docs/
doc/
examples/
support/
test/

# Mac OS X
.DS_Store

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

# Git
.git*

0 comments on commit 53816c6

Please sign in to comment.