Create webhook service to alert on Matrix
This commit is contained in:
commit
041eef2a7d
7 changed files with 600 additions and 0 deletions
41
.dockerignore
Normal file
41
.dockerignore
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# Git
|
||||
**/.git
|
||||
**/.gitignore
|
||||
|
||||
# Python
|
||||
**/*.py[co]
|
||||
|
||||
# Packages
|
||||
**/*.egg
|
||||
**/*.egg-info
|
||||
dist
|
||||
**/build
|
||||
|
||||
# Unit test / coverage reports
|
||||
**/.coverage
|
||||
**/.tox
|
||||
**/nosetests.xml
|
||||
|
||||
# Eclipse PyDev
|
||||
**/.project
|
||||
**/.pydevproject
|
||||
|
||||
# PyCharm
|
||||
**/.idea
|
||||
|
||||
# Vi
|
||||
**/.*.swp
|
||||
|
||||
# Emacs
|
||||
**/#*#
|
||||
|
||||
# OS files
|
||||
**/.DS_Store
|
||||
**/desktop.ini
|
||||
|
||||
# Archives
|
||||
**/*.tar
|
||||
**/*.tar.gz
|
||||
**/*.tar.bz2
|
||||
**/*.zip
|
||||
**/*.whl
|
||||
Loading…
Add table
Add a link
Reference in a new issue