Commit e7fed27
authored
chore(gitignore): add **/.zig-cache-global/ pattern (#136)
## Summary
- Extends `.gitignore` to cover `.zig-cache-global/` (only
`**/.zig-cache/` was present)
- Prevents recurrence of the cache-pollution that necessitated closing
#135
## Why
PR #135 inadvertently staged ~98 files under `.zig-cache-global/`, the
cache directory Zig uses when `ZIG_GLOBAL_CACHE_DIR` is set. The
existing ignore pattern was for the default `.zig-cache/` only. This
one-line addition closes the gap.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments