zba/.gitignore
Rekai Musuka 9436888b28 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 05:13:13 -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