- 20260616_full.dmp 등 Oracle expdp 풀덤프가 추적되던 문제 방지 - 백업.txt(덤프 명령 DBA 메모)도 저장소 제외 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
28 lines
345 B
Plaintext
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
|