From f23d27de1505ff7799e2df69bf2e7d77ed15cbed Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Mon, 23 Mar 2026 16:07:37 -0400 Subject: [PATCH] Updated gitignore to fix a problem when deploying in test, bak, and prod on Linode --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fbc8e84..370d514 100755 --- a/.gitignore +++ b/.gitignore @@ -141,4 +141,7 @@ logs/ myapp/files/ myapp/file_distribution/ temp/ -tmp/ \ No newline at end of file +tmp/ + +# Added 2026-03-23 +gunicorn.ctl