mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
- Use Tachiyomi 1.x Preference backend - Switch DI from Koin to Toothpick - Use gradle BuildConfig library to move variables from gradle to the App - Switch from Logback to Log4j2 with slf4j implmenetation - Try to use the same java as the application for the server - Add Run Debug run configuration
24 lines
220 B
Plaintext
24 lines
220 B
Plaintext
gradle-local.properties
|
|
gpg/
|
|
.gradle/
|
|
build/
|
|
*.class
|
|
*.log
|
|
*.settings.xml
|
|
tmp/
|
|
Tachidesk.jar
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
bin/
|
|
|
|
# IDEA
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
/.idea/*
|
|
!/.idea/runConfigurations/
|
|
out/
|
|
workspace.xml |