nextcloud-android/.gitignore

36 lines
423 B
Text
Raw Normal View History

2011-08-20 00:37:35 +04:00
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
2014-10-28 20:43:10 +03:00
build/
*.iml
2011-08-20 00:37:35 +04:00
gen/
target/
2011-08-20 00:37:35 +04:00
# Local configuration files (sdk path, etc)
2011-08-20 00:37:35 +04:00
local.properties
tests/local.properties
2011-08-20 00:37:35 +04:00
# Mac .DS_Store files
2013-08-06 13:27:07 +04:00
.DS_Store
# Proguard README
proguard-project.txt
tests/proguard-project.txt
# Android Studio and Gradle specific entries
.gradle
.idea
*.iml
2016-09-26 18:58:37 +03:00
build
/gradle.properties
2017-02-24 17:33:16 +03:00