mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
Setup .gitignore for Yarn 2
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
ab20c6a893
commit
d81a18837d
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -44,3 +44,12 @@ public/uploads/*
|
|||
!public/.gitkeep
|
||||
uploads
|
||||
test_uploads
|
||||
|
||||
# Yarn 2 without zero-installs
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/releases
|
||||
!.yarn/plugins
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
.pnp.*
|
||||
|
|
Loading…
Reference in a new issue