Ignore kotlin directory

This commit is contained in:
Gianfranco Monzon 2024-06-04 21:54:31 -05:00
parent 3674ae092f
commit 0fe45a574d
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,9 @@
.gradle/
build/
# Kotlin
.kotlin/
# Local configuration file (sdk path, etc)
local.properties

View File

@ -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/