mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-09 22:32:06 +01:00
Some native code (CEF) may cause SIGTRAP to be sent on fatal errors, which brings down the entire server. Instead only kill the thread and attempt to continue.
24 lines
450 B
Plaintext
24 lines
450 B
Plaintext
# Ignore project-specific local files and dirs
|
|
.gradle
|
|
.idea
|
|
gradle.properties
|
|
.fleet
|
|
# But we need these
|
|
!.idea/runConfigurations
|
|
.kotlin
|
|
|
|
# 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-*
|
|
scripts/resources/*.so
|