Skip to content

Commit acc7095

Browse files
committed
git: Ignore scratch directory for holding temporary development files.
1 parent 76d81e9 commit acc7095

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ npm-debug.log
66
README.html
77
generated
88
lib/
9+
/scratch
910

1011
test/unit/perf-buffer.coffee
1112

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ test/
33
examples/
44
scripts/
55
todo
6-
.*
6+
.*
7+
/scratch

0 commit comments

Comments
 (0)