diff options
| author | David Czihak <git@dcz.at> | 2026-05-07 14:33:19 +0200 |
|---|---|---|
| committer | David Czihak <git@dcz.at> | 2026-05-07 14:33:19 +0200 |
| commit | ddf2de739068b5ff0866ccb1d067f3cb53a4fc55 (patch) | |
| tree | 1a77efe9d73a6172be3c37d29b321eadd4efe379 /.gitignore | |
Initial commitv0.1.7
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f48a50f --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | # Build files | ||
| 2 | /build/ | ||
| 3 | .zig-cache/ | ||
| 4 | zig-out/ | ||
| 5 | |||
| 6 | # Logs | ||
| 7 | *.log | ||
| 8 | |||
| 9 | # Editor / tooling | ||
| 10 | .claude/ | ||
| 11 | /.nova/ | ||
| 12 | |||
| 13 | # macOS | ||
| 14 | .DS_Store | ||
