Files
QVolution2019.2/AoM_Service/AoM_Configs/.gitignore
2021-09-12 22:16:11 -06:00

12 lines
230 B
Plaintext
Executable File

# 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/