From 16f9000eee1c5c82e735bafa076b93c3933d86a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Wed, 31 Jan 2024 00:01:20 +0100 Subject: [PATCH] Ignore static files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a14d6d0..5ca1d04 100644 --- a/.gitignore +++ b/.gitignore @@ -154,3 +154,6 @@ cython_debug/ # PyCharm .idea/ + +# Static files +staticfiles/