From 528f31b6cc4e91f28bc62175c8b57b9cdf79dd5c Mon Sep 17 00:00:00 2001 From: Geoff Powell Date: Sun, 17 Dec 2023 20:24:39 -0500 Subject: [PATCH] Ignore .kotlin directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 14f7b53..8007813 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,9 @@ out/ .idea/**/gradle.xml .idea/**/libraries +# Kotlin +.kotlin/ + # Gradle and Maven with auto-import # When using Gradle or Maven with auto-import, you should exclude module files, # since they will be recreated, and may cause churn. Uncomment if using