From 824fc3eb1b047538bd4b0be6002fd301f37f6c24 Mon Sep 17 00:00:00 2001 From: ythong Date: Thu, 9 Jul 2026 12:29:23 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20.gitignore=EC=97=90=20DB=20=EB=8D=A4?= =?UTF-8?q?=ED=94=84(*.dmp)=20=EB=B0=8F=20=EB=B0=B1=EC=97=85.txt=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 20260616_full.dmp 등 Oracle expdp 풀덤프가 추적되던 문제 방지 - 백업.txt(덤프 명령 DBA 메모)도 저장소 제외 Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index bd42e22..5c1b1b6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,12 @@ target/ *.mov *.wmv +# DB dumps (never commit) +*.dmp + +# DBA 작업 메모 (덤프 명령 기록) +/백업.txt + # Sample large images (not real content) **/sample/sample-multimedia*.jpg