From 0fe45a574d36426fb17572f5c669fc44584e4c83 Mon Sep 17 00:00:00 2001 From: Gianfranco Monzon Date: Tue, 4 Jun 2024 21:54:31 -0500 Subject: [PATCH] Ignore kotlin directory --- Android.gitignore | 3 +++ Java.gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 347e252e..7245bb43 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -2,6 +2,9 @@ .gradle/ build/ +# Kotlin +.kotlin/ + # Local configuration file (sdk path, etc) local.properties diff --git a/Java.gitignore b/Java.gitignore index 524f0963..23919894 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -22,3 +22,6 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* replay_pid* + +# Kotlin +.kotlin/ \ No newline at end of file