From 0062b1f9c90923db9af4e4ce22f53bddbdb812ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhn-Vitus=20Sa=C3=9F?= Date: Sat, 5 Apr 2025 19:12:25 +0200 Subject: [PATCH] Ignore Staticfiles Dir --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1fb9832..3352d05 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ tailwindcss.exe t-style.css dump.rdb media -node_modules \ No newline at end of file +node_modules +staticfiles \ No newline at end of file