Skip to content

Commit e44e739

Browse files
Ignore coverage directory
Add directory to: - .gitignore - .npmignore
1 parent d2cb9f1 commit e44e739

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
2+
coverage
23
*.swp
34
*.log
45
.DS_Store

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
test
2+
coverage
23
.eslint*
34
.travis*
45
.npmignore

0 commit comments

Comments
 (0)