mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
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.*
|