diff options
author | makefunstuff <[email protected]> | 2024-06-30 18:10:56 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-30 18:10:56 +0200 |
commit | da3127207870db7e560540f8d318ffe55cdf73a6 (patch) | |
tree | f9e45fc7c893bb5ff1864ab006f3444e6e36c9cb /.gitignore | |
download | tinkerbunk-da3127207870db7e560540f8d318ffe55cdf73a6.tar.gz |
zigging some meh
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..dca1103 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +zig-out/ +.zig-cache/ |