mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
bce2f48008
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
37 lines
442 B
Text
37 lines
442 B
Text
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
build/
|
|
*.iml
|
|
gen/
|
|
target/
|
|
|
|
# Local configuration files (sdk path, etc)
|
|
local.properties
|
|
tests/local.properties
|
|
|
|
# Mac .DS_Store files
|
|
.DS_Store
|
|
|
|
# Proguard README
|
|
proguard-project.txt
|
|
tests/proguard-project.txt
|
|
|
|
# Android Studio and Gradle specific entries
|
|
.gradle
|
|
.idea
|
|
*.iml
|
|
build
|
|
/gradle.properties
|
|
|
|
fastlane/Fastfile
|
|
|