Prepare for the return of Zig

This commit is contained in:
David Gonzalez Martin 2025-02-18 19:32:04 -06:00
parent d8f01ed059
commit d001b8487c
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
- "**"
branches:
- main
- zig
schedule:
- cron: "0 0 * * *"

2
.gitignore vendored
View File

@ -10,3 +10,5 @@ imgui.ini
.DS_Store
/*.perf
/.gdb_history
/.zig-cache/
/zig-out/