mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
22 lines
413 B
Plaintext
22 lines
413 B
Plaintext
# Ignore project-specific local files and dirs
|
|
.gradle
|
|
.idea
|
|
gradle.properties
|
|
|
|
# But we need these
|
|
!.idea/runConfigurations
|
|
|
|
# Ignore Gradle build output directory
|
|
build
|
|
server/out
|
|
AndroidCompat/out
|
|
|
|
# WebUI is either to be downloaded on-demand or is a dynamic build asset
|
|
server/src/main/resources/WebUI.zip
|
|
|
|
# bundling stage downlaoded assets
|
|
scripts/OpenJDK*
|
|
scripts/zulu*
|
|
scripts/electron-*
|
|
scripts/rcedit-*
|