From 338e41382c93fec41562aa2ffed066ecec604b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=98=EB=AF=B8?= Date: Wed, 12 Aug 2026 17:29:16 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20gitignore=EA=B0=80=20application.yml(?= =?UTF-8?q?=ED=99=95=EC=9E=A5=EC=9E=90=20yml)=EC=9D=84=20=EB=86=93?= =?UTF-8?q?=EC=B9=98=EB=8D=98=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 기존 패턴이 application.yaml만 막고 있어 application.yml은 git add -A 시 실수로 커밋될 수 있는 상태였음. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8aca08b..fa6edd3 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,9 @@ out/ ### application.yml ### application.yaml +application.yml +src/main/resources/application.yml +src/main/resources/application.yaml ### DS_Store .DS_Store