advent_of_code_2024/.gitignore
Gabe Venberg 560db87929 made build.zig.
Has runner and tester for each day,
as well as a runner and tester for all the days.
Also has check step for zls.
2025-04-18 22:43:34 +02:00

6 lines
60 B
Text

# ---> Zig
.zig-cache/
zig-out/
build/
build-*/
docgen_tmp/