Added the dynamic update script to .gitignore.

This commit is contained in:
Black Rook 2018-06-10 22:33:49 +02:00
parent d302968c2d
commit 3ba77be224
1 changed files with 9 additions and 1 deletions

10
.gitignore vendored
View File

@ -5,9 +5,17 @@ app/__pycache__/
migrations/
# Virtual environment
venv/
.venv/
# Deployment files
#
# Deployment files
#
# uWSGI configuration file
uwsgi.ini
# Main script: mounts Flask app on uWSGI workers (serviced by systemd)
run.sh
# Update script to pull repository from SSH
update.sh