diff options
| author | Patrick | 2026-08-15 00:09:16 +0200 |
|---|---|---|
| committer | Patrick | 2026-08-15 00:09:16 +0200 |
| commit | 61aa0227d27f15a3476a9bd3d0b46be85ee49443 (patch) | |
| tree | 59cc5e288a2d1824d8f340f72dfc30cdc8fae9dd /.gitignore | |
| download | luz-61aa0227d27f15a3476a9bd3d0b46be85ee49443.tar.gz luz-61aa0227d27f15a3476a9bd3d0b46be85ee49443.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e7f6d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.zig-cache/ +zig-deps/ +zig-out/ +result |
