18d83767b3
Loading cursors can happen with cloud-based documents providers such as Nextcloud. When they return a cursor that is still loading, we might continue with stale information. So now we wait for a loading cursor to be fully loaded before continuing.
53 lines
490 B
Text
53 lines
490 B
Text
## Java
|
|
*.class
|
|
*.war
|
|
*.ear
|
|
hs_err_pid*
|
|
|
|
## Intellij
|
|
out/
|
|
lib/
|
|
.idea/*
|
|
!.idea/runConfigurations*
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
|
|
## Eclipse
|
|
.classpath
|
|
.project
|
|
.metadata
|
|
**/bin/
|
|
tmp/
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
.settings/
|
|
.loadpath
|
|
.externalToolBuilders/
|
|
*.launch
|
|
|
|
## NetBeans
|
|
**/nbproject/private/
|
|
build/
|
|
nbbuild/
|
|
dist/
|
|
nbdist/
|
|
nbactions.xml
|
|
nb-configuration.xml
|
|
|
|
## Gradle
|
|
.gradle
|
|
keystore.properties
|
|
gradle-app.setting
|
|
|
|
## OS Specific
|
|
.DS_Store
|
|
|
|
## Android
|
|
gen/
|
|
|
|
## Prebuilt
|
|
Backup.apk
|