diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-08-19 14:04:31 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-08-19 14:04:31 +0200 |
commit | a3f01eb7d4b2050d81c5b76fe9e3c069a84cf17c (patch) | |
tree | e3fcac5bd7d1d017dbf604bcd94d44ffebbc1457 /.gitignore |
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/ |