From 0afc9687842e3de41f8f1854af7ec7aee7d5ea05 Mon Sep 17 00:00:00 2001 From: Vance Ingalls Date: Sun, 14 Jun 2026 15:50:42 -0700 Subject: [PATCH] chore: gitignore local chrome-for-testing downloads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The chrome/ dir holds Chrome-for-Testing binaries (~220MB each) pulled locally for the drawElement fast-capture work. They must never be committed — GitHub rejects the >100MB framework binary. Co-Authored-By: Claude Opus 4.8 (1M context) Co-authored-by: Miguel Ángel --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1bc3b555b..11c20b9c5 100644 --- a/.gitignore +++ b/.gitignore @@ -138,4 +138,7 @@ test-outputs/ docs/superpowers/ .worktrees hyperframes-bench/ -tmp/ \ No newline at end of file +tmp/ + +# Local Chrome-for-Testing downloads (large binaries, never commit) +chrome/ \ No newline at end of file