diff --git a/.gitignore b/.gitignore index a68cc14..9217013 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ node_modules/ .tanstack/ .vite/ out/ +volumes/ *.bun-build *.tsbuildinfo vite.config.js.timestamp-* diff --git a/biome.json b/biome.json index 726eab5..6d75969 100644 --- a/biome.json +++ b/biome.json @@ -7,7 +7,7 @@ }, "files": { "ignoreUnknown": false, - "includes": ["**", "!**/routeTree.gen.ts", "!**/migrations.gen.ts"] + "includes": ["**", "!**/routeTree.gen.ts", "!**/migrations.gen.ts", "!volumes"] }, "formatter": { "enabled": true,