matrix-alertbot/.gitignore

33 lines
295 B
Text
Raw Normal View History

2019-09-25 14:26:29 +02:00
# PyCharm
.idea/
.vscode/
2019-09-25 14:26:29 +02:00
# Python virtualenv environment folders
env/
env3/
.env/
2022-06-13 20:55:01 +02:00
.venv/
2019-09-25 14:26:29 +02:00
# Bot local files
*.db
store/
2022-08-08 16:43:05 +02:00
cache/
2019-09-25 14:26:29 +02:00
2019-10-04 15:49:52 +02:00
# Config file
config.yaml
2022-08-08 16:43:05 +02:00
# Alertmanager config file
alertmanager.yml
2019-09-25 14:26:29 +02:00
# Python
__pycache__/
2020-08-07 01:59:53 +02:00
*.egg-info/
2020-12-14 23:39:03 +01:00
build/
dist/
2019-10-12 15:23:31 +02:00
# Config file
config.yaml
2019-10-26 04:03:35 +02:00
# Log files
*.log