Skip to content

Commit

Permalink
Merge pull request #340 from Turbo87/npm-ignore
Browse files Browse the repository at this point in the history
Adjust `.npmignore` blacklist
  • Loading branch information
Turbo87 authored Mar 16, 2019
2 parents 1d7d818 + a790604 commit 42ff63c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/bower_components
/config/ember-try.js
/config/
/dist
/tests
/node-tests
Expand All @@ -8,15 +8,20 @@
.bowerrc
.editorconfig
.ember-cli
.eslintrc.js
.eslint*
.gitignore
.watchmanconfig
.travis.yml
bower.json
ember-cli-build.js
RELEASE.md
testem.js
yarn.lock

# ember-try
.node_modules.ember-try/
bower.json.ember-try
package.json.ember-try

# IDE files
.idea/

0 comments on commit 42ff63c

Please sign in to comment.