From 3cb4c3e1da78f990b7419865e244219438efb50a Mon Sep 17 00:00:00 2001 From: akfm Date: Wed, 15 May 2024 14:04:32 +0900 Subject: [PATCH] chore: ignore package.json (#356) --- biome.json | 1 + 1 file changed, 1 insertion(+) diff --git a/biome.json b/biome.json index d15022e6..f0385839 100644 --- a/biome.json +++ b/biome.json @@ -24,6 +24,7 @@ "**/tsconfig.*.json", "**/node_modules", "**/.next", + "**/package.json", "**/types/**", "**/test-results/**", "**/dist/**",