From 1e2e66d8fe1324a735bb7b55828bbd30a321db0c Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Fri, 22 Aug 2025 09:58:50 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add:=20=EC=97=85=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=20=ED=8C=8C=EC=9D=BC=EB=93=A4=EC=9D=84=20gitignore?= =?UTF-8?q?=EC=97=90=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 개발 중 업로드된 HTML 문서들 제외 - 배포 시 깨끗한 상태 유지 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7451b86..628f60b 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,5 @@ poetry.lock # Temporary files *.tmp *.temp +# 업로드된 문서들 (개발용) +backend/uploads/documents/*.html