Remove lazy-lock.json from .gitignore

It's recommended to have lazy-lock.json under version control. See
https://lazy.folke.io/usage/lockfile.

The kickstart team have previoulsy agreed that it should be in version
control (see https://github.com/nvim-lua/kickstart.nvim/issues/433),
and removed it from .gitignore, but it was subsequently re-ignored
without justification. See 8b5d48a199.
This commit is contained in:
Matt Gallagher 2024-08-07 18:18:06 +01:00
parent 1860184830
commit a766f68527
2 changed files with 28 additions and 1 deletions

1
.gitignore vendored
View file

@ -4,4 +4,3 @@ test.sh
nvim
spell/
lazy-lock.json