Skip to content

Commit c719650

Browse files
committed
adjusted gitignore and npmignore
1 parent 6f3a899 commit c719650

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
index.js
1+
/index.js
22

33
# Logs
44
logs

.npmignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
coverage
1+
.DS_Store
2+
.babelrc
3+
.eslintrc
24
.nyc_output
5+
.travis.yml
6+
coverage
37
src
4-
.babelrc
58
test

0 commit comments

Comments
 (0)