fix(studio): exclude generated caches from project metadata

This commit is contained in:
Miguel Ángel
2026-08-02 17:37:51 +00:00
parent 3eb7b1ffd5
commit 1d01b9f2cf
4 changed files with 58 additions and 2 deletions
+1 -1
View File
@@ -15,8 +15,8 @@ const WATCHER_EXCLUDED_DIRS = new Set([
".next",
".thumbnails",
".transcode-cache",
".waveform-cache",
".vite",
".waveform-cache",
"build",
"coverage",
"dist",