embroider-build / addon-blueprint

Blueprint for v2-formatted Ember addons
MIT License
28 stars 23 forks source link

Add missing .gitignores to better support --addon-only scenarios (no test app) #256

Closed NullVoxPopuli closed 4 months ago

NullVoxPopuli commented 5 months ago

I've been using --addon-only a lot lately (no test-app, only generates the addon), and noticed that some .gitignore entries were missing.

To protect silly files from accidentally getting committed to git, I've added more entries to the .gitignore.

My use case is likely not my own, but also we want to actually support a non-monorepo layout eventually anyway, so this progresses us towards that as well.

~~atm, it looks like main is broken: https://github.com/embroider-build/addon-blueprint/actions/runs/7864883532 But: https://github.com/ember-cli/ember-cli/issues/10443 But also: https://github.com/platinumazure/eslint-plugin-qunit/issues/478~~