From 27275f9b89b5bda0edc78d4a2ff9809a759d3ad7 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 23 Aug 2021 16:02:08 -0700 Subject: add zigmod to gitignore --- .gitignore | 2 ++ zigmod.lock | 1 + 2 files changed, 3 insertions(+) create mode 100644 zigmod.lock diff --git a/.gitignore b/.gitignore index b31f6d3..b2d5672 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /build_runner.zig zig-* +.zigmod +deps.zig diff --git a/zigmod.lock b/zigmod.lock new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/zigmod.lock @@ -0,0 +1 @@ +2 -- cgit v1.2.3