chore: Update Zig gitignore (#11422)

As announced in the devlog all Zig dependencies will now be fetched in the `zig-pgk` directory. Unless the programmer have a specific reason to include them in your source code, they should be ignored.
https://ziglang.org/devlog/2026/#2026-02-06

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11422
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
This commit is contained in:
alberic89 2026-06-20 15:45:22 +02:00 committed by Robert Wolff
commit 96d8e1d478

View file

@ -1,3 +1,7 @@
.zig-cache/
zig-out/
*.o
zig-pkg/
build/
build-*/
docgen_tmp/