Изменил докер
This commit is contained in:
parent
78d7b3a412
commit
f5ba50e65e
3 changed files with 10 additions and 6 deletions
|
@ -1,7 +1,10 @@
|
|||
.venv
|
||||
.idea
|
||||
.gitignore
|
||||
bp/
|
||||
bp/images/*
|
||||
bp/backgrounds/*
|
||||
bp/avatars/*
|
||||
|
||||
app/static/images/images/
|
||||
app/static/images/backgrounds/
|
||||
app/static/images/avatars/
|
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -163,8 +163,9 @@ cython_debug/
|
|||
node_modules
|
||||
.env_non_dev
|
||||
|
||||
bp/
|
||||
|
||||
app/static/images/images/
|
||||
app/static/images/backgrounds/
|
||||
app/static/images/avatars/
|
||||
bp/images/*
|
||||
bp/backgrounds/*
|
||||
bp/avatars/*
|
||||
app/static/images/images/*
|
||||
app/static/images/backgrounds/*
|
||||
app/static/images/avatars/*
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 139 KiB |
Loading…
Add table
Reference in a new issue