Skip to content

Commit

Permalink
Ensure the packaged tgz has the appropriate files
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Aug 16, 2021
1 parent c798b00 commit 4fd36f4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/.travis.yml
/.watchmanconfig
/bower.json
/config/ember-try.js
/config/
/CONTRIBUTING.md
/ember-cli-build.js
/testem.js
Expand All @@ -35,10 +35,22 @@
/bower.json.ember-try
/package.json.ember-try

# other

/tsconfig.json
/API.md
/CHANGELOG.md
/RELEASE.md
/*.tgz
/.github/
/documentation.yml
/server/

# typescript
#
# avoid publishing .d.ts or .ts files
# until they have become enforced "public" APIs
*.ts
!/addon-test-support/**/*.js
# to enable d.ts consumption remove the next line
# !*.d.ts

0 comments on commit 4fd36f4

Please sign in to comment.