From 84863d8d8706d9003a03a7afcf0a587a62b31366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 21 Jul 2025 01:47:34 +0200 Subject: [PATCH] Add Django static files directory to .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a4a143b..555f649 100644 --- a/.gitignore +++ b/.gitignore @@ -207,4 +207,8 @@ marimo/_lsp/ __marimo__/ # TTVDrops -responses/ \ No newline at end of file +responses/ + +# Django static files +# Django collects static files into a single directory for production use. +staticfiles/