From 10f95d9a78e772a816ed6227dff6ac2bdc3b457c Mon Sep 17 00:00:00 2001 From: Jesse Kroon <156132898+jesse-kroon@users.noreply.github.com> Date: Fri, 3 Apr 2026 09:13:20 +0200 Subject: [PATCH] Comment out lazy-lock.json in .gitignore Comment out lazy-lock.json to avoid tracking it. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68486fc3d35..bfc720f63cc 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,6 @@ spell/ # lazy-lock.json in version control - see https://lazy.folke.io/usage/lockfile # For the official `nvim-lua/kickstart.nvim` git repository, we leave it ignored to avoid unneeded # merge conflicts. -lazy-lock.json +# lazy-lock.json .DS_Store