From 590224d536dc86b8b2f654dc57d799fe7b3869bf Mon Sep 17 00:00:00 2001 From: dsyoon Date: Mon, 13 Jul 2026 09:12:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=85=EB=A1=9C=EB=93=9C=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=EB=A5=BC=20Git=20=EC=B6=94=EC=A0=81=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=A0=9C=EC=99=B8=ED=95=9C=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 서버에서 업로드된 img/upload_* 파일과 git pull 충돌을 방지한다. Co-authored-by: Cursor --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7023b07..dfa6b23 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ Thumbs.db *.swp *.swo *.tmp - +img/upload_* \ No newline at end of file