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:
parent
1860184830
commit
a766f68527
2 changed files with 28 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,4 +4,3 @@ test.sh
|
|||
nvim
|
||||
|
||||
spell/
|
||||
lazy-lock.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue