From 480d97f05853acf1f6faf10800324e525506fa80 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 12 Jan 2026 04:47:51 +0000 Subject: [PATCH] fix: add performance_diagnostics.md to .gitignore to exclude performance reports from version control --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1e3a86bf..c69f5a37 100644 --- a/.gitignore +++ b/.gitignore @@ -253,3 +253,4 @@ docs/plans/supply_chain_security_implementation.md.backup /blob-report/ /playwright/.cache/ /playwright/.auth/ +docs/reports/performance_diagnostics.md