Switch to Kotlin, Gradle and Stickynote by Syrent

This commit is contained in:
2025-04-08 20:51:51 -07:00
parent 896ac716b9
commit df4243b7df
48 changed files with 1069 additions and 770 deletions

32
.gitignore vendored
View File

@@ -7,6 +7,11 @@
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Compiled class file
*.class
@@ -95,19 +100,22 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
target/
.gradle
build/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
# Ignore Gradle GUI config
gradle-app.setting
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
.flattened-pom.xml
# Cache of project
.gradletasknamecache
**/build/
# Common working directory
run/
run/
runs/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
bin/