diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-08-19 23:54:53 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-08-19 23:57:56 +0200 |
commit | cb636288cdad210eaef62ea0ebed9e4ae154a7fc (patch) | |
tree | acf95dcec16116fc752aba2b499663e63fb8ca68 /.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/ |