From e237d9ad72674b7275234aeb0fd4c42981575873 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 21 Sep 2024 17:42:25 -0700 Subject: [PATCH] dont commit lockfile in modules --- .gitignore | 1 + zigmod.lock | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 zigmod.lock diff --git a/.gitignore b/.gitignore index a0cd8a95b2a836933f7d7581731e838f1b9622a8..341ea5dbb61d8c9d0f60457b0b9641cbb35dfbeb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ zig-cache zig-out deps.zig .zigmod +zigmod.lock diff --git a/zigmod.lock b/zigmod.lock deleted file mode 100644 index f2dac832d68f910735bd5c83b0de333a83f15409..0000000000000000000000000000000000000000 --- a/zigmod.lock +++ /dev/null @@ -1,6 +0,0 @@ -2 -git https://github.com/nektro/iguanaTLS commit-c932f557865abaa1d06cd88e9b22a9f3e583fa59 -git https://github.com/nektro/zfetch commit-f51277414a2309f776fb79f3d55f26e37f9a54da -git https://github.com/nektro/zig-ansi commit-ac607e4e7ac36d46cc67c8786262578330543a36 -git https://github.com/nektro/zig-fmt-valueliteral commit-ec324a6979145ec8b1b405f5faef811f43ca3726 -git https://github.com/truemedian/hzzp commit-305aca97fce78eb3e787d57691a5eed5512bece7 -- 2.54.0