Update gitginore for yarn3
This commit is contained in:
parent
e750773d2c
commit
1a05fa3b16
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,8 +1,12 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
.idea
|
.idea
|
||||||
.yarn/
|
.pnp.*
|
||||||
!.yarn/releases/yarn*.cjs
|
.yarn/*
|
||||||
yarn.lock
|
!.yarn/patches
|
||||||
|
!.yarn/plugins
|
||||||
|
!.yarn/releases
|
||||||
|
!.yarn/sdks
|
||||||
|
!.yarn/versions
|
||||||
dist/
|
dist/
|
||||||
*.tgz
|
*.tgz
|
||||||
*.log
|
*.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user