Skip to content

Commit e6e43e3

Browse files
committed
Add gitignore.
1 parent ccc7130 commit e6e43e3

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
node_modules/
2+
*.min.js
3+
*.src.js
4+
package-lock.json
5+
*.lock
6+
*.log.*
7+
*.log
8+
*.tgz

.npmignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
node_modules/
2+
test/
3+
src/
4+
package-lock.json
5+
*.lock
6+
*.log.*
7+
*.log
8+
*.tgz
9+
.travis.yml

0 commit comments

Comments
 (0)