diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 9b37fdc..a43e104 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -19,7 +19,15 @@ export default defineConfig(() => { }, }, watch: { - ignored: ["**/.story_kit/**", "**/target/**"], + ignored: [ + "**/.story_kit/**", + "**/target/**", + "**/.git/**", + "**/server/**", + "**/Cargo.*", + "**/vendor/**", + "**/node_modules/**", + ], }, }, build: {