Skip to content

Commit

Permalink
Merge pull request #220 from zonkyio/npmignore
Browse files Browse the repository at this point in the history
Add `.husky` and `coverage` into `.npmignore`, fixes #219
  • Loading branch information
bobisjan authored Jul 20, 2021
2 parents 08e5964 + 27a084f commit 836a2df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
/.git/
/.github/
/.gitignore
/.husky/
/.prettierignore
/.prettierrc.js
/.release-it.js
Expand All @@ -24,6 +25,7 @@
/bower.json
/config/ember-try.js
/CONTRIBUTING.md
/coverage/
/ember-cli-build.js
/testem.js
/tests/
Expand Down

0 comments on commit 836a2df

Please sign in to comment.