chore: .gitignore에 DB 덤프(*.dmp) 및 백업.txt 추가
- 20260616_full.dmp 등 Oracle expdp 풀덤프가 추적되던 문제 방지 - 백업.txt(덤프 명령 DBA 메모)도 저장소 제외 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5ea8d4fdb6
commit
824fc3eb1b
6
.gitignore
vendored
6
.gitignore
vendored
@ -13,6 +13,12 @@ target/
|
||||
*.mov
|
||||
*.wmv
|
||||
|
||||
# DB dumps (never commit)
|
||||
*.dmp
|
||||
|
||||
# DBA 작업 메모 (덤프 명령 기록)
|
||||
/백업.txt
|
||||
|
||||
# Sample large images (not real content)
|
||||
**/sample/sample-multimedia*.jpg
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user