1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 04:18:26 +02:00
This commit is contained in:
Gianfranco M. 2025-07-01 16:01:49 -05:00 committed by GitHub
commit 533ed1e304
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 0 deletions

View file

@ -32,3 +32,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/

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/