Skip to content

Commit a255202

Browse files
committedJun 27, 2019
build: add .npmignore to remove unneeded files from npm package
1 parent 2b93a67 commit a255202

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎.npmignore

+16
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)