From e968c3312a5a07263051f35be9194911354fe1cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Wed, 16 Feb 2022 16:31:13 +0900 Subject: [PATCH] =?UTF-8?q?gitignore=20=EC=88=98=EC=A0=95.=20eclipse=20?= =?UTF-8?q?=EC=A1=B0=EA=B1=B4=20=EC=B6=94=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 54cfff1..c896f34 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,18 @@ out/ !**/src/main/**/out/ !**/src/test/**/out/ +### Eclipse ### +.metadata +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath +.recommenders + ### NetBeans ### /nbproject/private/ /nbbuild/