Skip to content

Commit

Permalink
build: add .npmignore to remove unneeded files from npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Jun 27, 2019
1 parent 2751255 commit 0ec4a11
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .npmignore
@@ -0,0 +1,16 @@
# CI service configurations
.travis.yml
.appveyor.yml
appveyor.yml

# Testing, code coverage, and linting
.eslintignore
.eslintrc.yml

# Git
.git
.gitattributes
.gitignore

# Github
.github

0 comments on commit 0ec4a11

Please sign in to comment.