Skip to content

Commit 8dbe703

Browse files
committed
build: add .npmignore to remove unneeded files from npm package
1 parent db4e1f1 commit 8dbe703

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.npmignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CI service configurations
2+
.travis.yml
3+
.appveyor.yml
4+
appveyor.yml
5+
6+
# Testing, code coverage, and linting
7+
.eslintignore
8+
.eslintrc.yml
9+
10+
# Git
11+
.git
12+
.gitattributes
13+
.gitignore
14+
15+
# Github
16+
.github

0 commit comments

Comments
 (0)