29 lines
328 B
Text
29 lines
328 B
Text
.gitignore
|
|
images
|
|
*.md
|
|
Dockerfile
|
|
Dockerfile-dev
|
|
compose.yaml
|
|
compose-dev.yaml
|
|
.dockerignore
|
|
config.json
|
|
config.json.sample
|
|
.vscode
|
|
bot.log
|
|
venv
|
|
.venv
|
|
*.yaml
|
|
*.yml
|
|
.git
|
|
.idea
|
|
__pycache__
|
|
src/__pycache__
|
|
.env
|
|
.env.example
|
|
.github
|
|
settings.js
|
|
mattermost-server
|
|
tests
|
|
full-config.json.example
|
|
config.json.example
|
|
.full-env.example
|