1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 04:18:26 +02:00

Update for kotlin

This commit is contained in:
gianfrancoms 2025-04-03 16:53:20 -05:00
parent f24d822611
commit 2335616263
2 changed files with 6 additions and 3 deletions

View file

@ -2,9 +2,6 @@
.gradle/
build/
# Kotlin
.kotlin/
# Local configuration file (sdk path, etc)
local.properties
@ -34,3 +31,6 @@ google-services.json
# Android Profiling
*.hprof
# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
.kotlin/

View file

@ -19,3 +19,6 @@ gradle-app.setting
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
.kotlin/