From 4440f36c81da62a0bc464084ab35c39b691abc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=A4=80=ED=98=B8?= Date: Fri, 25 Aug 2023 10:45:06 +0900 Subject: [PATCH] =?UTF-8?q?gitignore=20=EC=B6=94=EA=B0=80=20(log4j2.xml)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e6c7a219..7636733c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ - ### Eclipse ### .metadata @@ -75,3 +74,6 @@ buildNumber.properties # jrebel rebel.xml + +# log4j2 +log4j2.xml \ No newline at end of file