mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-21 10:18:21 -05:00
78064e6bab
Signed-off-by: Christian Richter <crichter@owncloud.com>
18 lines
339 B
Plaintext
18 lines
339 B
Plaintext
# yarn2 with Zero-Installs: https://yarnpkg.com/features/zero-installs
|
|
#.yarn/*
|
|
#!.yarn/cache
|
|
#!.yarn/patches
|
|
#!.yarn/plugins
|
|
#!.yarn/releases
|
|
#!.yarn/sdks
|
|
#!.yarn/versions
|
|
|
|
# yarn2 not using Zero-Installs: https://yarnpkg.com/features/zero-installs
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
.pnp.*
|