bot dev
This commit is contained in:
14
scheduller/.dockerignore
Normal file
14
scheduller/.dockerignore
Normal file
@@ -0,0 +1,14 @@
|
||||
.git/
|
||||
bin/
|
||||
backups/
|
||||
# Исключаем хранилище БД
|
||||
db_storage/
|
||||
app/var/lib/mysql
|
||||
|
||||
# Остальное лишнее
|
||||
.git
|
||||
.venv
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
.env
|
||||
Reference in New Issue
Block a user