Skip to content

Commit 0619d89

Browse files
authored
Merge pull request #1914 from rmacklin/futher-clarify-gitignore-comment
Revise comment for lazy-lock.json in .gitignore
2 parents 58170c7 + 164cedf commit 0619d89

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ nvim
55

66
spell/
77

8-
# You likely want to comment this, since it's recommended to track lazy-lock.json in version
9-
# control, see https://lazy.folke.io/usage/lockfile
10-
# For kickstart, it makes sense to leave it ignored.
8+
# In your personal fork, you likely want to comment this, since it's recommended to track
9+
# lazy-lock.json in version control - see https://lazy.folke.io/usage/lockfile
10+
# For the official `nvim-lua/kickstart.nvim` git repository, we leave it ignored to avoid unneeded
11+
# merge conflicts.
1112
lazy-lock.json
1213

1314
.DS_Store

0 commit comments

Comments
 (0)