mirror of
https://github.com/zunit-zsh/zunit.git
synced 2026-09-10 06:36:15 -04:00
Ignore the .bin directory used for local test runs
Running the suite locally needs revolver and color on $PATH. CI fetches them into .bin, so do the same locally rather than leaving copies of someone else's scripts untracked in the working tree. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GTtYX8VzPrk4srd6xzURor
This commit is contained in:
parent
49d52fb2b8
commit
56a59b3057
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
# Ignore the compiled program
|
||||
/zunit
|
||||
|
||||
# Ignore dependencies fetched for local test runs, as CI does
|
||||
/.bin/
|
||||
|
|
|
|||
Loading…
Reference in a new issue