From 3ba77be224bfc4206f6481e0fa65e439c2068b0f Mon Sep 17 00:00:00 2001 From: Black Rook Date: Sun, 10 Jun 2018 22:33:49 +0200 Subject: [PATCH] Added the dynamic update script to .gitignore. --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 28b79c6..10dc707 100644 --- a/.gitignore +++ b/.gitignore @@ -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