Skip to content

Commit

Permalink
Merge pull request #413 from lifeart/ignore-transformed-addons
Browse files Browse the repository at this point in the history
chore: ignore transformed ember addons
  • Loading branch information
NullVoxPopuli authored Oct 29, 2024
2 parents 1f031c9 + 562946d commit 8d017bf
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 8d017bf

Please sign in to comment.