From 3af3a71250d146aab0b81b7d52bbce1c9bbffa11 Mon Sep 17 00:00:00 2001 From: jowj Date: Fri, 8 Nov 2019 15:19:52 -0600 Subject: [PATCH] Ignore changes to template.sh so i don't accidentally commit creds. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eefaa49..3d5a164 100644 --- a/.gitignore +++ b/.gitignore @@ -105,4 +105,5 @@ venv.bak/ # project specific # this is used when I'm testing bullshit. -data.json \ No newline at end of file +data.json +template.sh