diff --git a/src/utils/path-matcher.ts b/src/utils/path-matcher.ts index 05965ab08..e3ad607b0 100644 --- a/src/utils/path-matcher.ts +++ b/src/utils/path-matcher.ts @@ -41,7 +41,7 @@ export class ClassicPathMatcher { serializer: ['/serializers/'], util: ['/utils/'], }; - ignores = ['/tmp/', '/dist/', '/.git/']; + ignores = ['/tmp/', '/dist/', '/.git/', '/.embroider/']; setIgnores(ignores: string[]) { this.ignores = ignores; }