Comment out lazy-lock.json in .gitignore
Comment out lazy-lock.json to avoid tracking it.
This commit is contained in:
parent
16dd8f5007
commit
10f95d9a78
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue