mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -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
|
!public/.gitkeep
|
||||||
uploads
|
uploads
|
||||||
test_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