From cdd3553bb1e8398ff701085b433329f15072b32f Mon Sep 17 00:00:00 2001 From: Bryan1029384756 <23323626+Bryan1029384756@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:59:49 -0600 Subject: [PATCH] chore: ignore backend/uploads directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b90cf49..97cb28f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules .env .vscode +./backend/uploads \ No newline at end of file