From 3098eacfb4e6114f09ca0326cbbd9d742f601586 Mon Sep 17 00:00:00 2001 From: moanos Date: Thu, 10 Apr 2025 15:11:26 +0200 Subject: [PATCH] feat: only exclude the static folder in root from VSC --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fd2cf30..3c9d86e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ notfellchen # Media storage -static +/static media