From f581abfd806c06f3b07d4546b76de2ee95644187 Mon Sep 17 00:00:00 2001 From: Marin Petrunic Date: Fri, 24 May 2024 19:52:27 +0200 Subject: [PATCH] chore: yarn settings Signed-off-by: Marin Petrunic --- .gitignore | 9 +++++---- .yarnrc.yml | 8 ++++++++ yarn.lock | 11 +++++++++++ 3 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 .yarnrc.yml diff --git a/.gitignore b/.gitignore index 8410b55..1c837a6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,9 @@ !.yarn/releases !.yarn/sdks !.yarn/versions +.pnp.* -# Swap the comments on the following lines if you don't wish to use zero-installs -# Documentation here: https://yarnpkg.com/features/zero-installs -!.yarn/cache -#.pnp.* +node_modules +*DS_Store +.idea +.vscode \ No newline at end of file diff --git a/.yarnrc.yml b/.yarnrc.yml new file mode 100644 index 0000000..afec202 --- /dev/null +++ b/.yarnrc.yml @@ -0,0 +1,8 @@ +# size of cache is not concern if you aren't using zero-installs +compressionLevel: 0 + +enableGlobalCache: true + +nmMode: hardlinks-local + +nodeLinker: node-modules \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index e69de29..b43bdd2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -0,0 +1,11 @@ +# This file is generated by running "yarn install" inside your project. +# Manual changes might be lost - proceed with caution! + +__metadata: + version: 6 + +"zu-git-proofs@workspace:.": + version: 0.0.0-use.local + resolution: "zu-git-proofs@workspace:." + languageName: unknown + linkType: soft