mirror of
https://github.com/github/gitignore.git
synced 2026-08-31 04:07:02 +02:00
Update for kotlin
This commit is contained in:
parent
f24d822611
commit
2335616263
@ -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/
|
||||
@ -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/
|
||||
Loading…
Reference in New Issue
Block a user