From ba6c680f224b768414511b166eca3b15bcb02908 Mon Sep 17 00:00:00 2001 From: leebj Date: Thu, 16 May 2024 16:56:09 +0900 Subject: [PATCH] =?UTF-8?q?gitignore=ED=8C=8C=EC=9D=BC=20=EC=B6=94?= =?UTF-8?q?=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(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45675a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +target/ + + +### STS ### +.classpath +.factorypath +.project +.settings + + +logs/ +files/ \ No newline at end of file