Skip to content

Commit

Permalink
chore: ignore transformed ember addons
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Oct 25, 2024
1 parent 1f031c9 commit 562946d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/path-matcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 562946d

Please sign in to comment.