Skip to content

Commit 5f034f7

Browse files
author
Nathanael Anderson
committedMay 30, 2020
Add .gitignore and .npmignore files
1 parent 2d02162 commit 5f034f7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
 

‎src/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock.json

‎src/.npmignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules/
2+
test/
3+
package-lock.json
4+
.babelrc
5+
.eslintignore
6+
*.tgz
7+
.gitignore

0 commit comments

Comments
 (0)
Please sign in to comment.