From e254cb9f8b205f7fb52fec5ada19d70f8a353bec Mon Sep 17 00:00:00 2001 From: martin veillette Date: Sat, 25 Jul 2026 15:22:52 -0400 Subject: [PATCH] chore: ignore audit.json in Biome/git Ignore the npm audit artifact so Biome never lints it. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a936a32..333447a 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,6 @@ Thumbs.db # Local reference clones (e.g. Stellarium Web Engine) — not part of the sim bundle reference/ + +# CI / local npm audit artifact (must not be linted) +audit.json