12 lines
230 B
Plaintext
Executable File
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/ |