Merge pull request #1896 from giogt/fix-gitignore-lazylock-comment

Clarify comment in .gitignore for lazy-lock.json
This commit is contained in:
Ori Perry 2026-02-27 21:09:55 +02:00 committed by GitHub
commit a4bbfdc3db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
.gitignore vendored
View File

@ -5,8 +5,9 @@ nvim
spell/ spell/
# You can uncomment this yourself if you want to lock the lazy-lock.json, # You likely want to comment this, since it's recommended to track lazy-lock.json in version
# but for kickstart, it makes sense to leave it ignored. # control, see https://lazy.folke.io/usage/lockfile
# For kickstart, it makes sense to leave it ignored.
lazy-lock.json lazy-lock.json
.DS_Store .DS_Store