Skip to content

Commit beea59d

Browse files
committed
add .gitignore
1 parent e2c5e7e commit beea59d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.DS_Store
2+
.nyc_output/
3+
coverage/
4+
node_modules/
5+
npm-debug.log

.npmignore

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
test
2-
css
3-
coverage
1+
.DS_Store
2+
.nyc_output/
3+
coverage/
4+
css/
5+
node_modules/
6+
test/
7+
npm-debug.log

0 commit comments

Comments
 (0)