zba/.gitignore

14 lines
156 B
Plaintext
Raw Normal View History

2021-12-29 21:09:00 +00:00
/.vscode
/bin
**/zig-cache
**/zig-out
/docs
2022-10-21 08:11:54 +00:00
**/*.log
2022-10-21 08:12:02 +00:00
**/*.bin
2022-10-21 08:11:54 +00:00
2022-10-21 08:12:14 +00:00
# Build on Windows
2022-10-21 08:11:54 +00:00
/.build_config
2022-10-21 08:12:14 +00:00
/lib/SDL2
# Any Custom Scripts for Debugging purposes
*.sh