From 14fcde16be27bb087a6c0e555f9801d91f947589 Mon Sep 17 00:00:00 2001 From: martin veillette Date: Sat, 25 Jul 2026 15:21:31 -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 b056a7d..69aef84 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,6 @@ NAAP/ # Flash decompilation tooling (npm run decompile) — downloaded FFDec tools/ffdec/ .pw-shots/ + +# CI / local npm audit artifact (must not be linted) +audit.json