diff options
author | Daniel Shuy <17351764+daniel-shuy@users.noreply.github.com> | 2024-12-02 16:51:56 +0800 |
---|---|---|
committer | Daniel Shuy <17351764+daniel-shuy@users.noreply.github.com> | 2024-12-02 16:57:14 +0800 |
commit | 29d931584421f77a7d0bdaa43b0b75be50fae435 (patch) | |
tree | 3173a7f838ab6e9dc576319647fb6af26f9731a0 | |
parent | ef51696ad769a2c7321ed16e9d92cf91335067a2 (diff) | |
download | gitignore-29d931584421f77a7d0bdaa43b0b75be50fae435.tar.gz gitignore-29d931584421f77a7d0bdaa43b0b75be50fae435.zip |
Update for Kotlin 2.x.x
Ignore Kotlin data directory for Kotlin Gradle plugin
Signed-off-by: Daniel Shuy <17351764+daniel-shuy@users.noreply.github.com>
-rw-r--r--[l---------] | Kotlin.gitignore | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/Kotlin.gitignore b/Kotlin.gitignore index c48376ee..566e06bf 120000..100644 --- a/Kotlin.gitignore +++ b/Kotlin.gitignore @@ -1 +1,27 @@ -Java.gitignore
\ No newline at end of file +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + +# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects +.kotlin/
\ No newline at end of file |