diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-08-19 23:50:04 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-08-19 23:50:04 +0200 |
commit | 80ab0233688c9df9fd48265b6f9e7ab7cd589dbc (patch) | |
tree | f02de812a0450b99af41678245b008cf065d8c16 /.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..ee7098f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +zig-out/ +zig-cache/ |