From 50f04510d4208c44a94de91caa54b87eed922ac8 Mon Sep 17 00:00:00 2001 From: Matthew Bernhardt Date: Tue, 15 Oct 2024 20:39:40 -0400 Subject: [PATCH] Update .gitignore with uploads directory The contents were already ignored, but removes the directory itself. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 04c39d43..1df123a7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ # but in most cases, we don't want to version control anything in here. # It's unlikely that you would need to change any of these rules. web/app/upgrade +web/app/uploads web/app/uploads/* !web/app/uploads/.gitkeep web/app/cache/*