mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-07-12 20:48:40 +00:00
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:
parent
481387a652
commit
96d8e1d478
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
.zig-cache/
|
||||
zig-out/
|
||||
*.o
|
||||
zig-pkg/
|
||||
build/
|
||||
build-*/
|
||||
docgen_tmp/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue