Update .dockerignore
This commit is contained in:
parent
e4dde132b4
commit
7bba4876af
1 changed files with 7 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
.travis
|
||||
.vscode
|
||||
.config
|
||||
.yarn
|
||||
Dockerfile
|
||||
build/
|
||||
built/
|
||||
|
@ -14,3 +13,10 @@ node_modules/
|
|||
redis/
|
||||
files/
|
||||
misskey-assets/
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
|
Loading…
Reference in a new issue