Browse Source

fix: add pnp gitignore setup with zero installs

Karol Sójko 3 years ago
parent
commit
79926bb77d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .gitignore

+ 3 - 3
.gitignore

@@ -8,11 +8,11 @@ coverage
 .env
 newrelic_agent.log
 
-**/.pnp.*
-**/.yarn/*
+.yarn/*
+!.yarn/cache
 !.yarn/patches
 !.yarn/plugins
 !.yarn/releases
+!.yarn/unplugged
 !.yarn/sdks
 !.yarn/versions
-!.yarn/cache