fix(gitignore): correct yarn directory rule to accept the subdirectory exception rules

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-12-04 22:37:33 +01:00
parent 2f92918168
commit 814d8bc856

2
.gitignore vendored
View file

@ -22,7 +22,7 @@ backups/
*.sqlite
# Yarn 2 without zero-installs
.yarn
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins