업로드 이미지를 Git 추적에서 제외한다.

서버에서 업로드된 img/upload_* 파일과 git pull 충돌을 방지한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-13 09:12:18 +09:00
parent 5ac19523c1
commit 590224d536

2
.gitignore vendored
View File

@@ -5,4 +5,4 @@ Thumbs.db
*.swp *.swp
*.swo *.swo
*.tmp *.tmp
img/upload_*