From cfb6d4a113e8f4d8cf54fd354e05ce6a8459b426 Mon Sep 17 00:00:00 2001 From: CallumJHays Date: Tue, 26 Feb 2019 23:23:13 +1000 Subject: [PATCH] Add config.json to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8d32d8a..a03b213 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ venv/ __pycache__/ *.pyc -config/ \ No newline at end of file +config/ +config.json \ No newline at end of file