From 45e10cf07d6ababcd197c18f20f8949f368b419f Mon Sep 17 00:00:00 2001 From: "aube.lee" Date: Thu, 13 Feb 2025 11:36:00 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20intelliJ=20git=20ignore=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 --- Gameton-06/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gameton-06/.gitignore b/Gameton-06/.gitignore index 5c5aec23..2fdbb9ec 100644 --- a/Gameton-06/.gitignore +++ b/Gameton-06/.gitignore @@ -76,3 +76,7 @@ crashlytics-build.properties /[Aa]ssets/Samples.meta /[Aa]ssets/Samples/* + + +# Ignore all .idea folder - IntelliJ IDEA +.idea/ \ No newline at end of file