mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
29 lines
370 B
Plaintext
29 lines
370 B
Plaintext
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
.idea/*
|
|
!.idea/codeStyles/
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
build/
|
|
gen/
|
|
*.iml
|
|
|
|
# Local configuration files (sdk path, etc)
|
|
.gradle/
|
|
local.properties
|
|
sample_client/local.properties
|
|
|
|
# Mac .DS_Store files
|
|
.DS_Store
|
|
|
|
# Proguard README
|
|
proguard-project.txt
|
|
sample_client/proguard-project.txt |