From d302968c2d9ef1ac4b86267a18a4605d88678182 Mon Sep 17 00:00:00 2001 From: Lephe Date: Sun, 10 Jun 2018 21:23:38 +0200 Subject: [PATCH] Added the runtime files to the .gitignore. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f2f9b4f..28b79c6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,7 @@ migrations/ venv/ .venv/ + +# Deployment files +uwsgi.ini +run.sh