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.
This commit is contained in:
giogt 2026-02-22 23:28:15 +00:00
parent e79572c9e6
commit df9436c0e5

5
.gitignore vendored
View File

@ -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