Skip to content

Commit 1b04887

Browse files
committed
Extended the ignore definition.
1 parent 0e2cb59 commit 1b04887

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
/node_modules
1+
node_modules
2+
coverage
3+
dist
4+
.coveralls.yml
5+
.DS_Store
26
*.log

.npmignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
src
2+
tests
3+
coverage
4+
.*
5+
*.log

0 commit comments

Comments
 (0)