Declare files to ignore in npm package in .npmignore

Clement Michaud 2017-09-05 21:11:16 +02:00
parent a442295a1e
commit 7d5006307b
2 changed files with 24 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,7 +9,6 @@ npm-debug.log*
coverage/
src/.baseDir.ts
.vscode/
*.swp

View File

@ -0,0 +1,24 @@
.nyc_output/
.vscode/
coverage/
dist/test/
doc/
example/
images/
node_modules/
src/
test/
scripts/
*.tgz
.travis.yml
/config.*
CONTRIBUTORS.md
Dockerfile
docker-compose.*
Gruntfile.js
npm-debug.log*
README.md
tsconfig.json
tslint.json