Skip to content

Commit 93eb677

Browse files
MasterOdindpopp07
authored andcommitted
fix: ignore unecessary files for npm releases (watson-developer-cloud#962)
1 parent 3014478 commit 93eb677

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.npmignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CONTRIBUTING.md
1414
RELEASE.md
1515
CONTRIBUTING.md
1616
CHANGELOG.md
17+
UPGRADE-4.0.md
1718
jsdoc/
1819
doc/
1920
auth.js.enc
@@ -23,6 +24,7 @@ transform.js
2324
scripts/
2425
# this is created in the build on travis ci when it updates the docs in the gh-pages branch
2526
gh-pages/
27+
tsconfig.json
2628
tslint.json
2729
typings.json
2830
typings
@@ -33,6 +35,12 @@ typings
3335
.eslintcache
3436
.eslintignore
3537
.gitattributes
38+
.prettierrc
39+
.releaserc
40+
.snyk
3641
*.ts
3742
!*.d.ts
3843
watson-developer-cloud-*.tgz
44+
*.log
45+
secrets.tar.enc
46+
docker

0 commit comments

Comments
 (0)