Yuki Takei 2 месяцев назад
Родитель
Сommit
c19c4288eb
1 измененных файлов с 10 добавлено и 12 удалено
  1. 10 12
      biome.json

+ 10 - 12
biome.json

@@ -3,25 +3,23 @@
   "files": {
     "includes": [
       "**",
-      "!**/dist",
-      "!**/node_modules",
       "!**/.pnpm-store",
+      "!**/.terraform",
       "!**/coverage",
-      "!**/vite.config.ts.timestamp-*",
-      "!**/vite.server.config.ts.timestamp-*",
-      "!**/vite.client.config.ts.timestamp-*",
+      "!**/dist",
+      "!**/.next",
+      "!**/node_modules",
+      "!**/vite.*.ts.timestamp-*",
       "!**/*.grit",
-      "!**/.turbo",
-      "!**/.vscode",
       "!**/turbo.json",
-      "!**/.claude",
-      "!**/.next",
-      "!**/.terraform",
-      "!bin",
-      "!tsconfig.base.json",
       "!**/.devcontainer",
       "!**/.stylelintrc.json",
       "!**/package.json",
+      "!.turbo",
+      "!.vscode",
+      "!.claude",
+      "!bin",
+      "!tsconfig.base.json",
       "!apps/app/src/styles/prebuilt",
       "!apps/app/tmp",
       "!apps/pdf-converter/specs",