Изменил докер
This commit is contained in:
parent
78d7b3a412
commit
f5ba50e65e
3 changed files with 10 additions and 6 deletions
|
@ -1,7 +1,10 @@
|
||||||
.venv
|
.venv
|
||||||
.idea
|
.idea
|
||||||
.gitignore
|
.gitignore
|
||||||
bp/
|
bp/images/*
|
||||||
|
bp/backgrounds/*
|
||||||
|
bp/avatars/*
|
||||||
|
|
||||||
app/static/images/images/
|
app/static/images/images/
|
||||||
app/static/images/backgrounds/
|
app/static/images/backgrounds/
|
||||||
app/static/images/avatars/
|
app/static/images/avatars/
|
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -163,8 +163,9 @@ cython_debug/
|
||||||
node_modules
|
node_modules
|
||||||
.env_non_dev
|
.env_non_dev
|
||||||
|
|
||||||
bp/
|
bp/images/*
|
||||||
|
bp/backgrounds/*
|
||||||
app/static/images/images/
|
bp/avatars/*
|
||||||
app/static/images/backgrounds/
|
app/static/images/images/*
|
||||||
app/static/images/avatars/
|
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