From 4260917da9d6e61470b3d04d92f49b95d8474d6d Mon Sep 17 00:00:00 2001 From: Sergey Astapov Date: Tue, 2 Nov 2021 22:54:25 -0400 Subject: [PATCH] Update npmignore file This shrinks the "unpacked size" for a few Kb --- .npmignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.npmignore b/.npmignore index 31cfaf41..41fadf10 100644 --- a/.npmignore +++ b/.npmignore @@ -9,9 +9,15 @@ /.bowerrc /.editorconfig /.ember-cli +/.env* +/.eslintcache /.eslintignore /.eslintrc.js +/.git/ +/.github/ /.gitignore +/.prettierignore +/.prettierrc /.template-lintrc.js /.travis.yml /.watchmanconfig @@ -20,6 +26,7 @@ /ember-cli-build.js /testem.js /tests/ +/yarn-error.log /yarn.lock .gitkeep @@ -29,6 +36,7 @@ /package.json.ember-try # custom +/.codeclimate.yml /test /smoke-test-app /coverage @@ -37,3 +45,4 @@ appveyor.yml run-smoke-test.sh *.tgz +/RELEASE.md