From e2b0e7d5ee36d5527b85b6faa33b1696501313ba Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 12 Mar 2026 00:46:38 +0100 Subject: [PATCH] Exclude .pnpm-store from Biome and add .dockerignore The CI runner's pnpm store lands inside the workspace, causing Biome to lint/format hundreds of store index JSON files. Co-Authored-By: Claude Opus 4.6 --- .dockerignore | 9 +++++++++ biome.json | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..6dbf1c3 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,9 @@ +node_modules +.pnpm-store +dist +coverage +.git +.claude +.specify +specs +docs diff --git a/biome.json b/biome.json index 57b8802..c8eee59 100644 --- a/biome.json +++ b/biome.json @@ -7,7 +7,8 @@ "!.claude/**", "!.specify/**", "!specs/**", - "!coverage/**" + "!coverage/**", + "!.pnpm-store/**" ] }, "assist": {