From e1dfa94a535d406fa6c1f34d922bf105a5d1d157 Mon Sep 17 00:00:00 2001 From: "Fergus MacConnell WLRS:EX" Date: Thu, 2 Jan 2025 10:27:33 -0800 Subject: [PATCH] Add static files to Git ignore file. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3e3560b6b..bc7a0ee56 100644 --- a/.gitignore +++ b/.gitignore @@ -361,3 +361,6 @@ poetry.toml pyrightconfig.json # End of https://www.toptal.com/developers/gitignore/api/node,java,python,go + +# Django static files +static/ \ No newline at end of file