tweak Yarn 3 gitignore entires

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-08-19 17:41:40 +02:00
parent aee8cd3e15
commit 3c00ba6cc1
3 changed files with 18 additions and 6 deletions
+6 -2
View File
@@ -21,10 +21,14 @@ First off, be sure to have the updated ignore entries in your app. These are inc
Add the following to `.gitignore`:
```gitignore
# Yarn 3 with modules linker
# Yarn 3 files
.pnp.*
.yarn/*
!.yarn/releases
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
```
And this to `.dockerignore`: