Compare commits

...

2 Commits

Author SHA1 Message Date
alberic89
df61eceb3b
Merge 12a866c6b9 into dcc0fc7bc2 2026-05-24 20:13:23 -06:00
alberic89
12a866c6b9
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.
2026-02-23 17:31:27 +01:00

View File

@ -1,3 +1,4 @@
.zig-cache/
zig-out/
zig-pkg/
*.o