zba/.gitignore
paoda 38839912d2 chore(gitignore): update .gitignore
sometimes I'm left with a src/zig-cache, and I want to
just make sure that I never-ever end up commiting that
2022-10-21 04:41:32 -03:00

14 lines
156 B
Plaintext

/.vscode
/bin
**/zig-cache
**/zig-out
/docs
**/*.log
**/*.bin
# Build on Windows
/.build_config
/lib/SDL2
# Any Custom Scripts for Debugging purposes
*.sh