From 90c35929649e9f6865c25e63c56f7d9536ea0552 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger Date: Sat, 8 Jun 2024 04:01:02 +0200 Subject: [PATCH] Add lazy-lock.json to gitignore. This file appears because I symlink config into here, and that lockfile gets created when in use. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e033bc6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +lazy-lock.json