From 57a35d1d6d7b258c509455d2bb9bc3de6c84d573 Mon Sep 17 00:00:00 2001 From: Ahmed ElMallah Date: Mon, 29 Jun 2026 23:45:29 -0700 Subject: [PATCH] Ignore testdata in broad scanner walks --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d0c5b998..9da181fe 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ # Ignore generated SBOM files /sboms +# Ignore committed scanner fixtures during broad repository scans +**/testdata/** + # Ignore local dependency graph benchmark artifacts /.benchmark-runs