diff options
Diffstat (limited to 'aoc24/.gitignore')
-rw-r--r-- | aoc24/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aoc24/.gitignore b/aoc24/.gitignore new file mode 100644 index 0000000..21d9cef --- /dev/null +++ b/aoc24/.gitignore @@ -0,0 +1,3 @@ +.zig-cache/ +zig-out/ +src/*.txt |