Files
TachideskJUI/.gitignore
Syer10 57ff9095a8 Rewrite backend
- 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
2021-04-21 16:07:50 -04:00

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