update lockfiles and gitignores
This commit is contained in:
parent
8aa608ebaf
commit
b8f66a6aa6
8 changed files with 4968 additions and 2676 deletions
7
api/.gitignore
vendored
Normal file
7
api/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
1397
api/yarn.lock
1397
api/yarn.lock
File diff suppressed because it is too large
Load diff
7
bot/.gitignore
vendored
Normal file
7
bot/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
1609
bot/yarn.lock
1609
bot/yarn.lock
File diff suppressed because it is too large
Load diff
7
bridge/.gitignore
vendored
Normal file
7
bridge/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
1373
bridge/yarn.lock
1373
bridge/yarn.lock
File diff suppressed because it is too large
Load diff
8
web/.gitignore
vendored
8
web/.gitignore
vendored
|
@ -3,3 +3,11 @@ node_modules
|
|||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
|
3236
web/yarn.lock
3236
web/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue