You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
541 B
46 lines
541 B
2 years ago
|
# Built application files
|
||
|
*.apk
|
||
|
*.ap_
|
||
|
|
||
|
# Files for the Dalvik VM
|
||
|
*.dex
|
||
|
|
||
|
# Java class files
|
||
|
*.class
|
||
|
|
||
|
# Genetated files
|
||
|
bin/
|
||
|
gen/
|
||
|
|
||
|
# OSX files
|
||
|
.DS_Store
|
||
|
|
||
|
# Android Studio
|
||
|
*.iml
|
||
|
.idea
|
||
|
|
||
|
# Gradle files
|
||
|
.gradle/
|
||
|
build/
|
||
|
|
||
|
# Local configuration file (sdk path , etc)
|
||
|
local.properties
|
||
|
project.properties
|
||
|
|
||
|
# Proguard folder generated bg Eclipse
|
||
|
proguard/
|
||
|
|
||
|
# Log Files
|
||
|
*.log
|
||
|
|
||
|
/build
|
||
|
/captures
|
||
|
.externalNativeBuild
|
||
|
/.idea/caches/build_file_checksums.ser
|
||
|
/.idea/libraries
|
||
|
/.idea/modules.xml
|
||
|
/.idea/workspace.xml
|
||
|
|
||
|
src/test/
|
||
|
src/androidTest/
|
||
|
!<path_to_libs>
|