Skip to content

Commit d4d24be

Browse files
committed
chore: ignore additional directories and files in Vite watcher
1 parent b63499a commit d4d24be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default defineConfig({
4949
: undefined,
5050
watch: {
5151
// 3. tell vite to ignore watching `src-tauri`
52-
ignored: ["**/src-tauri/**"],
52+
ignored: ["**/src-tauri/**", "**/dist/**", "**/docs/**", "**/README.md"],
5353
},
5454
},
5555
resolve: {

0 commit comments

Comments
 (0)