seedvault/.gitignore

48 lines
418 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/
*.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
gradle-app.setting
## OS Specific
.DS_Store
## Android
gen/