Skip to content

Commit 05faad2

Browse files
ralyodioclaude
andcommitted
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) <noreply@anthropic.com>
1 parent 544f345 commit 05faad2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ credentials.json
1616
!.env.example
1717
*.pem
1818
*.key
19+
20+
# Third-party binaries the installer fetches (codeburn, the Stripe CLI). They
21+
# land in the checkout that owns the links, which for a contributor is this
22+
# repo, so without this a 37MB stripe binary shows up as untracked.
23+
vendor/

0 commit comments

Comments
 (0)