mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-07-25 10:57:37 +00:00
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>
7 lines
62 B
Text
7 lines
62 B
Text
.zig-cache/
|
|
zig-out/
|
|
*.o
|
|
zig-pkg/
|
|
build/
|
|
build-*/
|
|
docgen_tmp/
|