Skip to content

Commit

Permalink
build(.npmignore): added npmignore to provide a cleaner package on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 13, 2021
1 parent cda641e commit 8d3ebf2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.github
.vscode
coverage
node_modules
scripts
src/*
test
.babelrc
.eslintignore
.eslintrc
.gitattributes
.gitignore
.npmignore
package-lock.json
tsconfig.json

0 comments on commit 8d3ebf2

Please sign in to comment.