kccf/.gitignore
ythong 824fc3eb1b chore: .gitignore에 DB 덤프(*.dmp) 및 백업.txt 추가
- 20260616_full.dmp 등 Oracle expdp 풀덤프가 추적되던 문제 방지
- 백업.txt(덤프 명령 DBA 메모)도 저장소 제외

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-09 12:29:23 +09:00

28 lines
345 B
Plaintext

# Maven build output
target/
# IDE
.settings/
.project
.classpath
*.class
# Large media files (upload to file server separately)
*.mp4
*.avi
*.mov
*.wmv
# DB dumps (never commit)
*.dmp
# DBA 작업 메모 (덤프 명령 기록)
/백업.txt
# Sample large images (not real content)
**/sample/sample-multimedia*.jpg
# OS
.DS_Store
Thumbs.db