/apps/templates/zig: depend on /src/*.zig sources for rebuilding, add .gitignore

This commit is contained in:
veclavtalica
2025-03-10 10:11:10 +03:00
parent 829ff4780c
commit 90f4097070
2 changed files with 22 additions and 1 deletions

19
apps/templates/zig/.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# ignore executables
*
!*.*
!*/
**/*.so
**/*.dll
**/*.exe
**/*.trace
**/*.js
**/*.wasm
**/*.wasm.map
**/*.data
**/*.html
data/scripts/twnapi.lua
build/
.zig-cache/
zig-out/