added npmignore

This commit is contained in:
Pavel Sukhodolski 2021-05-05 00:13:10 +03:00
parent 004aceef9a
commit 92e38ba663
2 changed files with 20 additions and 1 deletions

19
.npmignore Normal file
View File

@ -0,0 +1,19 @@
node_modules
tests
res
fonts
sandbox
examples
jsdoc
.vscode
.idea
.github
.travis.yml
babel.config.js
jest.config.js
lws.config.js
package-lock.json
.eslintrc.js
.gitignore
.github
CONTRIBUTING.md

View File

@ -2,4 +2,4 @@ module.exports = {
"presets": [
"@babel/preset-env"
]
}
};