update ignore files

This commit is contained in:
Nate Kelley 2025-05-29 14:58:48 -06:00
parent e913fba911
commit 44c40632e2
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 3 additions and 4 deletions

View File

@ -18,7 +18,8 @@
"**/public/**", "**/public/**",
"**/.vercel/**", "**/.vercel/**",
"**/coverage/**", "**/coverage/**",
"**/storybook-static/**" "**/storybook-static/**",
"**/playwright-tests/auth-utils/auth.json"
] ]
}, },
"formatter": { "formatter": {

View File

@ -150,8 +150,6 @@
"vitest": "^3.1.4" "vitest": "^3.1.4"
}, },
"msw": { "msw": {
"workerDirectory": [ "workerDirectory": ["public"]
"public"
]
} }
} }