Skip to content

Commit

Permalink
Completed rewrite in Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Schoenherr committed Jan 5, 2022
1 parent 2d53681 commit abcf9ba
Show file tree
Hide file tree
Showing 101 changed files with 2,251 additions and 1,691 deletions.
89 changes: 6 additions & 83 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,84 +1,7 @@

### Java template
# 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*
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws
target
out
.idea
*.iml

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests
### Gradle template
.gradle
/build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

grc
build/**
*/build/**
package_class.puml
*.out
.attach_pid*
*.ipr
mvn.out
.gradle
2 changes: 0 additions & 2 deletions annotation-processors/annotation-processor_class.properties

This file was deleted.

40 changes: 0 additions & 40 deletions annotation-processors/build.gradle

This file was deleted.

15 changes: 0 additions & 15 deletions annotation-processors/format.iuml

This file was deleted.

1 change: 0 additions & 1 deletion annotation-processors/ground-vehicles_class.properties

This file was deleted.

1 change: 0 additions & 1 deletion annotation-processors/package_class.properties

This file was deleted.

This file was deleted.

Loading

0 comments on commit abcf9ba

Please sign in to comment.