Skip to content

Commit

Permalink
Merge pull request #256 from embroider-build/fix-addon-gitignore
Browse files Browse the repository at this point in the history
Add missing .gitignores to better support --addon-only scenarios (no test app)
  • Loading branch information
NullVoxPopuli authored Feb 15, 2024
2 parents ba0e97d + 0dae911 commit b05518c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions files/__addonLocation__/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
/LICENSE.md

# compiled output
/dist
/declarations
dist/
declarations/

# npm/pnpm/yarn pack output
*.tgz

# deps & caches
node_modules/
.eslintcache
.prettiercache
4 changes: 2 additions & 2 deletions tests/smoke-tests/--typescript.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
"index.js",
"index.js.map",
"services",
"template-only-dYTzhOEA.js",
"template-only-dYTzhOEA.js.map",
"template-only-B8yJqW69.js",
"template-only-B8yJqW69.js.map",
"template-registry.js",
"template-registry.js.map",
]
Expand Down

0 comments on commit b05518c

Please sign in to comment.