From 12a866c6b99b2bc5331d1d1b8ba599f8dd48ff72 Mon Sep 17 00:00:00 2001 From: alberic89 Date: Mon, 23 Feb 2026 17:31:27 +0100 Subject: [PATCH] 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. --- Zig.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Zig.gitignore b/Zig.gitignore index 0180838aed..ebb942209c 100644 --- a/Zig.gitignore +++ b/Zig.gitignore @@ -1,3 +1,4 @@ .zig-cache/ zig-out/ +zig-pkg/ *.o