Skip to content

Commit

Permalink
fix: πŸ› ignore **/*.gen.* generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Nov 2, 2024
1 parent e340653 commit b4a524a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ export const GLOB_IGNORES = [
"**/components.d.ts",
"**/vite.config.ts.*.mjs",

"**/*.gen.*",

"!.storybook",
];

Expand Down

0 comments on commit b4a524a

Please sign in to comment.