From c0e2272728504271af338b114550460e0fa83083 Mon Sep 17 00:00:00 2001 From: ChoiseU Date: Thu, 17 Jul 2025 21:06:04 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=88=B4=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=9D=B4=EA=B7=B8=EB=85=B8=EC=96=B4=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e4f2f6a..9a167d1 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,8 @@ temp/ .DS_Store # macOS에서 생성되는 메타파일 Thumbs.db # Windows에서 생성되는 파일 desktop.ini # Windows 바탕화면 설정 파일 +.idea +.vscode # 테스트 커버리지 리포트 htmlcov/