seedvault/.gitignore

54 lines
526 B
Text
Raw Normal View History

2017-09-21 04:42:15 +02:00
## Java
*.class
*.war
*.ear
hs_err_pid*
## Intellij
out/
/lib/
.idea/*
!.idea/runConfigurations*
!.idea/inspectionProfiles*
!.idea/codeStyles*
2017-09-21 04:42:15 +02:00
*.ipr
*.iws
*.iml
## Eclipse
.classpath
.project
.metadata
**/bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.externalToolBuilders/
*.launch
## NetBeans
**/nbproject/private/
/build/
/app/build/
2017-09-21 04:42:15 +02:00
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
## Gradle
.gradle
2019-06-03 20:51:58 +02:00
keystore.properties
2017-09-21 04:42:15 +02:00
gradle-app.setting
## OS Specific
.DS_Store
## Android
gen/