Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: stops packaging ember-try node_modules
Currently ember-bulma packages ember-try node_modules after the tests finish with each ember-try version. This results in the npm installed package being WAY larger than the source (157MB on disk). This adds the ember-try node_modules to npmignore, matching other addon's like [ember-concurrency](https://github.com/machty/ember-concurrency/blob/master/.npmignore).
- Loading branch information