From 8468c1805919b2d739645a1ad24cd96dd553d281 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 4 Feb 2024 21:29:04 -0800 Subject: [PATCH] Update .gitignore --- backend/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/.gitignore b/backend/.gitignore index 62a3a06a0..4dd0b8492 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -6,4 +6,5 @@ uploads *.db _test Pipfile -data/* \ No newline at end of file +data/* +.webui_secret_key \ No newline at end of file