From df9436c0e57425a43b527c3ee1d63c98af3b6768 Mon Sep 17 00:00:00 2001 From: giogt Date: Sun, 22 Feb 2026 23:28:15 +0000 Subject: [PATCH] Clarify comment in .gitignore for lazy-lock.json The current comment in .gitignore for lazy-lock.json suggests to uncomment it yourself, but you actually need to comment it instead. This change modifies the comment to clarify the recommended approach for kickstart users. --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d12a5c881ff..3bec00f5d40 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,9 @@ nvim spell/ -# You can uncomment this yourself if you want to lock the lazy-lock.json, -# but for kickstart, it makes sense to leave it ignored. +# You likely want to comment this, since it's recommended to track lazy-lock.json in version +# control, see https://lazy.folke.io/usage/lockfile +# For kickstart, it makes sense to leave it ignored. lazy-lock.json .DS_Store