sometimes I'm left with a src/zig-cache, and I want to just make sure that I never-ever end up commiting that
14 lines
156 B
Plaintext
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 |