From 664b4722c555c85efb008e83fa49a9714cf19694 Mon Sep 17 00:00:00 2001 From: JJAE WON <55980680+ashwon12@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:28:53 +0900 Subject: [PATCH] =?UTF-8?q?build=20:=20gitignore=EC=97=90=20kotlin=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 66d9ba2..55c5a3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,31 @@ -# Created by https://www.toptal.com/developers/gitignore/api/androidstudio,macos -# Edit at https://www.toptal.com/developers/gitignore?templates=androidstudio,macos +### Kotlin ### +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + +# End of https://www.toptal.com/developers/gitignore/api/kotlin ### macOS ### # General