2021-12-29 21:09:00 +00:00
|
|
|
/.vscode
|
|
|
|
/bin
|
2022-10-21 07:40:55 +00:00
|
|
|
**/zig-cache
|
|
|
|
**/zig-out
|
2022-01-05 18:58:11 +00:00
|
|
|
/docs
|
2022-01-11 05:42:26 +00:00
|
|
|
**/*.log
|
2022-01-25 16:58:25 +00:00
|
|
|
**/*.bin
|
2022-01-11 05:42:26 +00:00
|
|
|
|
2022-02-05 19:53:30 +00:00
|
|
|
# Build on Windows
|
2022-01-11 05:42:26 +00:00
|
|
|
/.build_config
|
2022-02-05 19:53:30 +00:00
|
|
|
/lib/SDL2
|
|
|
|
|
|
|
|
# Any Custom Scripts for Debugging purposes
|
2023-01-01 09:42:02 +00:00
|
|
|
*.sh
|
|
|
|
|
|
|
|
|
|
|
|
# Dear ImGui
|
|
|
|
**/imgui.ini
|