seedvault/.gitignore
Torsten Grote f7df78d2f3 Check for loading cursor also when checking if files exist
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.
2020-09-11 19:04:38 +05:30

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