mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 10:46:30 -05:00
Setup .gitignore for Yarn 2
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
485ca2f043
commit
7ef881d829
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