Skip to content

Commit ece7af8

Browse files
committed
Update ignore
1 parent 342bb92 commit ece7af8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/configs/__tests__/__snapshots__/recommended.test.ts.snap

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ exports[`recommended > export recommended config 1`] = `
66
"ignores": [
77
"**/node_modules/",
88
"**/build/",
9-
"**/__snapshots__/",
10-
"!**/src/**",
11-
"!vite.config.ts",
12-
"!**/.storybook/**",
139
"**/storybook-static/",
1410
"**/dist/",
1511
"**/next-env.d.ts",
@@ -22,6 +18,11 @@ exports[`recommended > export recommended config 1`] = `
2218
"**/target/",
2319
"**/venv/",
2420
"**/.venv/",
21+
".husky/",
22+
"!**/src/**",
23+
"!vite.config.ts",
24+
"!**/.storybook/**",
25+
"**/__snapshots__/",
2526
],
2627
},
2728
{

0 commit comments

Comments
 (0)