diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-08-19 14:13:06 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-08-19 14:13:06 +0200 |
commit | 908d2ba2bc4a2c7f18e22df26cda8b619725e853 (patch) | |
tree | 431f840a0df524b33b5c721c69b69e6759cb0190 /.gitignore |
Initial commit
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/ |