Compare commits

..

4 Commits

Author SHA1 Message Date
Daniel Johnson
077ec2d64e
Merge pull request #4544 from daniel-shuy/feature/kotlin-2
Update for Kotlin 2.x.x
2024-12-06 12:03:00 -08:00
Daniel Johnson
1ed4f04303
Merge pull request #4545 from KalleDK/patch-1
Added uv.lock alongside pdm and poetry
2024-12-06 12:01:34 -08:00
Kalle Møller
a38f687cec
Added uv.lock alongside pdm and poetry 2024-12-03 07:25:58 +01:00
Daniel Shuy
29d9315844 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>
2024-12-02 16:57:14 +08:00
2 changed files with 33 additions and 1 deletions

View File

@ -1 +0,0 @@
Java.gitignore

27
Kotlin.gitignore Normal file
View File

@ -0,0 +1,27 @@
# 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/

View File

@ -94,6 +94,12 @@ ipython_config.py
# install all needed dependencies. # install all needed dependencies.
#Pipfile.lock #Pipfile.lock
# UV
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
#uv.lock
# poetry # poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more # This is especially recommended for binary packages to ensure reproducibility, and is more