mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
Update Zig.gitignore by adding zig-pgk/
As announced in the devlog https://ziglang.org/devlog/2026/#2026-02-06 all dependencies will now be fetched in the `zig-pgk` directory. Unless you have a specific reason to include them in your source code, they should be ignored.
This commit is contained in:
parent
b4105e73e4
commit
12a866c6b9
@ -1,3 +1,4 @@
|
||||
.zig-cache/
|
||||
zig-out/
|
||||
zig-pkg/
|
||||
*.o
|
||||
|
||||
Loading…
Reference in New Issue
Block a user