This commit is contained in:
bel
2021-09-12 22:16:11 -06:00
commit ceeb6f0385
129 changed files with 9221 additions and 0 deletions

12
AoM_Service/AoM_Configs/.gitignore vendored Executable file
View File

@@ -0,0 +1,12 @@
# ignore alert configs starting with underscore -- we can create the while testing the webapp
# and not have to worry about them getting into the repo
alert_configs/_*.yaml
*.swp
.idea/
.vagrant/
__pycache__
logs/
venv/
.vscode/