From a5c72c4540b2e04c7465cfc0f3e8dc86290a3ee1 Mon Sep 17 00:00:00 2001 From: thkim Date: Tue, 30 Apr 2024 12:55:34 +0900 Subject: [PATCH] build: modify gitignore --- .classpath | 7 ++++--- .gitignore | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.classpath b/.classpath index 0eb091a3..d25ecae4 100644 --- a/.classpath +++ b/.classpath @@ -13,6 +13,7 @@ + @@ -33,12 +34,12 @@ - - - + + + diff --git a/.gitignore b/.gitignore index f4699a43..7c349777 100644 --- a/.gitignore +++ b/.gitignore @@ -89,4 +89,5 @@ local.properties hs_err_pid* replay_pid* -logs/ \ No newline at end of file +logs/ +.classpath