diff --git a/files/__addonLocation__/gitignore b/files/__addonLocation__/gitignore index b02e86e7..eedd0d83 100644 --- a/files/__addonLocation__/gitignore +++ b/files/__addonLocation__/gitignore @@ -5,8 +5,13 @@ /LICENSE.md # compiled output -/dist -/declarations +dist/ +declarations/ # npm/pnpm/yarn pack output *.tgz + +# deps & caches +node_modules/ +.eslintcache +.prettiercache diff --git a/tests/smoke-tests/--typescript.test.ts b/tests/smoke-tests/--typescript.test.ts index 323797fc..b49009d2 100644 --- a/tests/smoke-tests/--typescript.test.ts +++ b/tests/smoke-tests/--typescript.test.ts @@ -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", ]