create-app: update ignore files to support Yarn 3

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-08-19 16:37:09 +02:00
parent b8991f64be
commit 36db603f8c
2 changed files with 7 additions and 0 deletions
@@ -1,4 +1,6 @@
.git
.yarn/cache
.yarn/install-state.gz
node_modules
packages/*/src
packages/*/node_modules
@@ -15,6 +15,11 @@ coverage
# Dependencies
node_modules/
# Yarn 3 with modules linker
.yarn/*
!.yarn/releases
!.yarn/plugins
# Node version directives
.nvmrc