From 57a3276972d65f5b110aa325f1e014816080504b Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Fri, 8 Mar 2024 10:26:47 +0000 Subject: [PATCH] Fix gitignore --- .gitignore | 9 +++++++-- .yarnrc.yml | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .yarnrc.yml diff --git a/.gitignore b/.gitignore index 68741803..a6f53262 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,12 @@ node_modules .pnp.js # settings -.yarn* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions # testing /coverage @@ -32,4 +37,4 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -lerna-debug.log \ No newline at end of file +lerna-debug.log diff --git a/.yarnrc.yml b/.yarnrc.yml new file mode 100644 index 00000000..3186f3f0 --- /dev/null +++ b/.yarnrc.yml @@ -0,0 +1 @@ +nodeLinker: node-modules