diff options
author | Kitty-Cricket Piapiac <kitty@piapiac.org> | 2023-11-13 05:39:45 +0000 |
---|---|---|
committer | Kitty-Cricket Piapiac <kitty@piapiac.org> | 2023-11-13 05:39:45 +0000 |
commit | b43906514a78b8491ef3c25f828e23a64edc526e (patch) | |
tree | a158985fd88634ab4fad411a07ceae78e3d80be4 /.gitignore |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e73c965 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +zig-cache/ +zig-out/ |