Skip to content

Commit

Permalink
Merge pull request #101 from Turbo87/npmignore
Browse files Browse the repository at this point in the history
Update `.npmignore` file
  • Loading branch information
Turbo87 authored Jul 17, 2018
2 parents 3786702 + c04e589 commit b85df86
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
/.rpt2_cache
/bower_components
/config/ember-try.js
/coverage
/dist/ember
/lib/**/__tests__
/lib/**/*.test.ts
/tests
/tmp
**/.gitkeep
.babelrc
.bowerrc
.editorconfig
.ember-cli
.gitignore
.npmignore
.eslintrc.js
.watchmanconfig
.gitignore
.travis.yml
.watchmanconfig
bower.json
documentation.yml
ember-cli-build.js
rollup.config.js
testem.js
tsconfig.json
yarn.lock

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

0 comments on commit b85df86

Please sign in to comment.