Commit a692d0b
Fix the repos/ ignore pattern so the vendored dep stays tracked
git cannot re-include a path whose parent directory is excluded, so
"repos/" plus "!repos/PublicTransportHackathon/" silently did nothing —
the vendored dependency only got committed because it was already staged,
and the next `git add` would have dropped it again and re-broken CI.
Excluding the contents (repos/*) instead makes the negation work.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent ac1b4b7 commit a692d0b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments