Fix gitignore comment syntax
This commit is contained in:
parent
058ff644bc
commit
ed1dee219f
@ -109,9 +109,11 @@ dist
|
|||||||
.vscode-test
|
.vscode-test
|
||||||
|
|
||||||
# yarn v2
|
# yarn v2
|
||||||
.pnp.* # Comment for zero-install
|
# Comment for zero-install
|
||||||
|
.pnp.*
|
||||||
.yarn/*
|
.yarn/*
|
||||||
# !.yarn/cache # Uncomment for zero-install
|
# Uncomment for zero-install
|
||||||
|
# !.yarn/cache
|
||||||
!.yarn/patches
|
!.yarn/patches
|
||||||
!.yarn/plugins
|
!.yarn/plugins
|
||||||
!.yarn/releases
|
!.yarn/releases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user