mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
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:
parent
2f92918168
commit
814d8bc856
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -22,7 +22,7 @@ backups/
|
|||
*.sqlite
|
||||
|
||||
# Yarn 2 without zero-installs
|
||||
.yarn
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/releases
|
||||
!.yarn/plugins
|
||||
|
|
Loading…
Reference in a new issue