Skip to content

Commit b725d69

Browse files
hyperpolymathclaude
andcommitted
chore: add .gitignore for Zig artifacts, generate-clades script
- Add zig-out/, zig-cache/, .zig-cache/ to .gitignore - Move generate-clades heredoc to scripts/generate-clades.sh (justfile compat fix) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c647ca1 commit b725d69

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Thumbs.db
1818
/dist/
1919
/out/
2020

21+
# Zig
22+
zig-out/
23+
zig-cache/
24+
.zig-cache/
25+
2126
# Dependencies
2227
/node_modules/
2328
/vendor/

0 commit comments

Comments
 (0)