Skip to content

Commit 5eefc91

Browse files
committed
Ignore coverage directory in git and npm
1 parent b55defe commit 5eefc91

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
coverage
12
node_modules
23
test/lib

.npmignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
test
21
.travis.yml
2+
Gruntfile.js
33
bower.json
4+
coverage
45
demo.html
5-
Gruntfile.js
6+
test

0 commit comments

Comments
 (0)