From 1eb57134163aeda45a4eb43f903d15ffc5738167 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Fri, 25 May 2018 11:31:02 -0500 Subject: [PATCH] Exclude local config file --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ecfa35f..bed413b 100644 --- a/.gitignore +++ b/.gitignore @@ -103,4 +103,6 @@ venv.bak/ # End of https://www.gitignore.io/api/python -instance + +# local configuration file +instance/config.py -- GitLab