From 9a23f37d96f34c08fb37df60cd82320b5fc8c61e Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 3 Jan 2025 14:22:57 +0000 Subject: [PATCH] chore: use .gitignore in biome.jsonc --- site/biome.jsonc | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/site/biome.jsonc b/site/biome.jsonc index 71b8b30a18a1a..d26636fabef18 100644 --- a/site/biome.jsonc +++ b/site/biome.jsonc @@ -1,14 +1,13 @@ { + "vcs": { + "enabled": true, + "useIgnoreFile": true, + "clientKind": "git", + "root": ".." + }, "files": { - "ignore": [ - "build/", - "node_modules/", - "out/", - "test-results/", - "e2e/**/*Generated.ts", - "pnpm-lock.yaml", - "storybook-static/" - ] + "ignore": ["e2e/**/*Generated.ts", "pnpm-lock.yaml"], + "ignoreUnknown": true }, "linter": { "rules": {