From 865f7fec52bf6288fcec55be8499757c0ab631e4 Mon Sep 17 00:00:00 2001 From: Vance Ingalls Date: Thu, 20 Aug 2026 23:37:20 -0700 Subject: [PATCH] chore: gitignore local chrome-for-testing downloads (#1451) 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: Miguel Ángel --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d351a0e81..64dc7b4b1 100644 --- a/.gitignore +++ b/.gitignore @@ -185,3 +185,6 @@ tmp/ # Local editor settings .zed/ + +# Local Chrome-for-Testing downloads (large binaries, never commit) +chrome/