From 05faad21925a5defc381fbc8d9d4174be9a9ee8e Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Sun, 23 Aug 2026 10:45:29 +0000 Subject: [PATCH] Ignore the vendored third-party binaries install.sh fetches codeburn and the Stripe CLI into $HOME_DIR/vendor, and $HOME_DIR is whichever checkout owns the installed links. For a contributor that is this repository, so a 37MB stripe binary was landing in the working tree as untracked and showing up in every git status. Co-Authored-By: Claude Opus 5 (1M context) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index da59067..292117e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,8 @@ credentials.json !.env.example *.pem *.key + +# Third-party binaries the installer fetches (codeburn, the Stripe CLI). They +# land in the checkout that owns the links, which for a contributor is this +# repo, so without this a 37MB stripe binary shows up as untracked. +vendor/