Comment out lazy-lock.json in .gitignore

Comment out lazy-lock.json to avoid tracking it.
This commit is contained in:
Jesse Kroon 2026-04-03 09:13:20 +02:00 committed by GitHub
parent 16dd8f5007
commit 10f95d9a78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

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