Skip to content

Commit

Permalink
fix: ignore unecessary files for npm releases (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin authored and dpopp07 committed Sep 18, 2019
1 parent 3014478 commit 93eb677
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CONTRIBUTING.md
RELEASE.md
CONTRIBUTING.md
CHANGELOG.md
UPGRADE-4.0.md
jsdoc/
doc/
auth.js.enc
Expand All @@ -23,6 +24,7 @@ transform.js
scripts/
# this is created in the build on travis ci when it updates the docs in the gh-pages branch
gh-pages/
tsconfig.json
tslint.json
typings.json
typings
Expand All @@ -33,6 +35,12 @@ typings
.eslintcache
.eslintignore
.gitattributes
.prettierrc
.releaserc
.snyk
*.ts
!*.d.ts
watson-developer-cloud-*.tgz
*.log
secrets.tar.enc
docker

0 comments on commit 93eb677

Please sign in to comment.