Exclude npm tarball and dist/test from npm package
parent
1ffecfa0a6
commit
30127446e6
|
@ -4,6 +4,7 @@ doc/
|
|||
scripts/
|
||||
images/
|
||||
example/
|
||||
dist/test/
|
||||
|
||||
.travis.yml
|
||||
config.test.yml
|
||||
|
@ -12,3 +13,5 @@ docker-compose.*
|
|||
Gruntfile.js
|
||||
tslint.json
|
||||
tsconfig.json
|
||||
|
||||
*.tgz
|
||||
|
|
Loading…
Reference in New Issue