Skip to content

Commit

Permalink
Fix .gitignore; add .npmignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jun 14, 2012
1 parent 33bcad3 commit 68753e3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
node_modules/
npm-debug.log
/node_modules/
/npm-debug.log

.coverage_data/
.coverage_debug/
cover_html/
/.coverage_data/
/.coverage_debug/
/cover_html/

test/browser/output.html
/test/browser/output.html
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/node_modules/
/npm-debug.log

/.coverage_data/
/.coverage_debug/
/cover_html/

/test
/.coverignore
/.jshintrc
/.npmignore

0 comments on commit 68753e3

Please sign in to comment.