Skip to content

Commit df9436c

Browse files
committed
Clarify comment in .gitignore for lazy-lock.json
The current comment in .gitignore for lazy-lock.json suggests to uncomment it yourself, but you actually need to comment it instead. This change modifies the comment to clarify the recommended approach for kickstart users.
1 parent e79572c commit df9436c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

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

66
spell/
77

8-
# You can uncomment this yourself if you want to lock the lazy-lock.json,
9-
# but for kickstart, it makes sense to leave it ignored.
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.
1011
lazy-lock.json
1112

1213
.DS_Store

0 commit comments

Comments
 (0)