From ba04bd45a05a64d6d43b774d66bb792c581ed70e Mon Sep 17 00:00:00 2001 From: senke Date: Tue, 17 Mar 2026 17:43:04 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20update=20.gitignore=20=E2=80=94=20excl?= =?UTF-8?q?ude=20binary,=20debug=20screenshots,=20MCP=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add veza-backend-api/veza-api (99MB ELF binary) to gitignore - Add root-level debug/test screenshot patterns - Add .mcp.json (local MCP config) - Remove veza-api binary from tracking Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bad19ab06..bd7e34f00 100644 --- a/.gitignore +++ b/.gitignore @@ -109,9 +109,24 @@ jwt-public.pem veza-backend-api/main veza-backend-api/api +veza-backend-api/veza-api veza-backend-api/migrate_tool chat_exports/ +# Debug/test screenshots (root level) +screenshot-*.png +sidebar-*.png +player-*.png +login-*.png +search-*.png +track-*.png +test-*.png +dashboard-*.png +report-*.html + +# MCP config (local) +.mcp.json + # Environment / Secrets — config templates only, never commit real .env config/incus/env/*.env !config/incus/env/env.example @@ -119,11 +134,14 @@ config/incus/env/*.env # Playwright /test-results/ /playwright-report/ +tests/e2e/test-results/ +tests/e2e/VEZA_AUDIT_REPORT.html +tests/e2e/VEZA_AUDIT_REPORT.json apps/web/e2e-results.json +e2e-results.json /blob-report/ /playwright/.cache/ /playwright/.auth/ -apps/web/e2e/.auth/ *storybook.log storybook-static