From dde5ea7beb299b2640edf21aa5e4830b22a9cb22 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:32:07 +0800 Subject: [PATCH] fix(gitignore): add uploads directory to ignore list --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0ef4f77..81e6a09 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules .idx/.data/ .idx/*.log* -.vscode/settings.json \ No newline at end of file +.vscode/settings.json +uploads/ \ No newline at end of file