Skip to content

Commit

Permalink
Merge pull request #785 from SergeAstapov/update-npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Nov 3, 2021
2 parents 1426abc + 4260917 commit fea1c5a
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 fea1c5a

Please sign in to comment.