From 79e0c9bb821f96f088c0e0273c96d57445098f79 Mon Sep 17 00:00:00 2001 From: leebj Date: Tue, 4 Feb 2025 16:38:10 +0900 Subject: [PATCH] =?UTF-8?q?gitignore=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4c8fd93..f84a01e 100644 --- a/.gitignore +++ b/.gitignore @@ -58,5 +58,11 @@ local.properties # Uncomment this line if you wish to ignore the project description file. # Typically, this file would be tracked if it contains build/dependency configurations: -#.project +.project + +/.idea/ +/lib/ +/target/ +/ICITS_TPSS.iml +To-do.txt