Skip to content

Commit

Permalink
add gitignore and npm ignor
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Aug 27, 2011
1 parent 6c82640 commit 38c850d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
.DS_Store
*.log
node_modules
3 changes: 3 additions & 0 deletions .npmignore
@@ -0,0 +1,3 @@
.DS_Store
*.log
node_modules

0 comments on commit 38c850d

Please sign in to comment.