Files
Tachidesk/.gitignore
2021-11-02 12:13:33 +03:30

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-*