Skip to content

Commit

Permalink
git: Ignore scratch directory for holding temporary development files.
Browse files Browse the repository at this point in the history
  • Loading branch information
bretcope committed Aug 26, 2014
1 parent 76d81e9 commit acc7095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ npm-debug.log
README.html
generated
lib/
/scratch

test/unit/perf-buffer.coffee

Expand Down
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ test/
examples/
scripts/
todo
.*
.*
/scratch

0 comments on commit acc7095

Please sign in to comment.