Commit 58a7024
committed
test(services): add IsVendorIgnored regression tests
Tests verify that vendor/ detection from .gitignore works correctly:
- Detects 'vendor' and 'vendor/' patterns
- Handles comments and empty lines
- Correctly returns false when .gitignore is missing
- Correctly returns false when vendor is not in .gitignore
Covers the fix for auto-creating vendor/ in Go worktrees when vendor/
is explicitly gitignored by the project.1 parent 8b776b2 commit 58a7024
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| 322 | + | |
0 commit comments