Skip to content

Commit

Permalink
Update npmignore file
Browse files Browse the repository at this point in the history
This shrinks the "unpacked size" for a few Kb
  • Loading branch information
SergeAstapov committed Nov 3, 2021
1 parent 26c0822 commit 4260917
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@
/.bowerrc
/.editorconfig
/.ember-cli
/.env*
/.eslintcache
/.eslintignore
/.eslintrc.js
/.git/
/.github/
/.gitignore
/.prettierignore
/.prettierrc
/.template-lintrc.js
/.travis.yml
/.watchmanconfig
Expand All @@ -20,6 +26,7 @@
/ember-cli-build.js
/testem.js
/tests/
/yarn-error.log
/yarn.lock
.gitkeep

Expand All @@ -29,6 +36,7 @@
/package.json.ember-try

# custom
/.codeclimate.yml
/test
/smoke-test-app
/coverage
Expand All @@ -37,3 +45,4 @@
appveyor.yml
run-smoke-test.sh
*.tgz
/RELEASE.md

0 comments on commit 4260917

Please sign in to comment.