Commit 03d2cfc
committed
chore(gitignore): add **/.zig-cache-global/ to ignore Zig global cache
The existing pattern `**/.zig-cache/` doesn't catch `.zig-cache-global/`,
which is what Zig uses when ZIG_GLOBAL_CACHE_DIR is set. PR #135 was
closed because a session committed ~98 cache files under this path; this
prevents recurrence.1 parent 2ec29e3 commit 03d2cfc
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