seedvault/.gitignore
Torsten Grote 53937bda2f Auto-format code style of all files to match official style
This also adds a note to the README
and the Android Studio coding style files.
2020-10-07 19:44:05 +05:30

54 lines
509 B
Text

## Java
*.class
*.war
*.ear
hs_err_pid*
## Intellij
out/
lib/
.idea/*
!.idea/runConfigurations*
!.idea/codeStyles*
*.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