Skip to content

Commit

Permalink
chore: Avoid publishing unnecessary files to NPM (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers authored and stephenmathieson committed Mar 6, 2019
1 parent 0999d7a commit 11aa039
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
tmp
dist
build
test
node_modules
*.tgz
.npmignore
.circleci
.github
.babelrc
.editorconfig
.eslintignore
.eslintrc
.gitattributes
.huskyrc
.jsdoc.json
.prettierignore
.prettierrc
.retireignore.json
appveyor.yml
greenkeeper.json
Gruntfile.js
tsconfig.json

0 comments on commit 11aa039

Please sign in to comment.