Per #31121
package dependencies are now fetched into a "zig-pkg" directory relative to the build root (next to build.zig). Users are generally encouraged to not commit these files to source control, however it is understood that some will choose to do so for convenience.
Many people refer to Zig's own .gitignore file for best practices in their own projects, so I think it would make sense to include zig-pkg here.
Signed-off-by: emidoots emi@hexops.com
Per https://codeberg.org/ziglang/zig/pulls/31121
> package dependencies are now fetched into a "zig-pkg" directory relative to the build root (next to build.zig). Users are generally encouraged to not commit these files to source control, however it is understood that some will choose to do so for convenience.
Many people refer to Zig's own .gitignore file for best practices in their own projects, so I think it would make sense to include zig-pkg here.
Signed-off-by: emidoots <emi@hexops.com>