matrix_chatgpt_bot/.dockerignore

24 lines
206 B
Plaintext
Raw Permalink Normal View History

2023-03-22 14:52:43 +00:00
.gitignore
images
*.md
Dockerfile
.dockerignore
config.json
config.json.sample
2023-04-10 02:52:18 +00:00
db
2023-03-22 14:52:43 +00:00
bot.log
venv
2023-04-10 02:52:18 +00:00
.venv
*.yaml
*.yml
2023-03-22 14:52:43 +00:00
.git
.idea
__pycache__
2023-04-10 02:52:18 +00:00
.env
.env.example
.github
settings.js
2023-05-04 23:31:21 +00:00
.vscode
Dockerfile_dev
LICENSE