2018-10-29 21:49:42 +00:00
|
|
|
/.idea/workspace.xml
|
|
|
|
/.gradle
|
|
|
|
|
|
|
|
*~
|
|
|
|
*.DS_Store
|
|
|
|
# Ignore all dotfiles...
|
|
|
|
.*
|
|
|
|
# except for .gitignore
|
|
|
|
!.gitignore
|
|
|
|
|
|
|
|
# built application files
|
|
|
|
*.apk
|
|
|
|
*.ap_
|
|
|
|
|
|
|
|
# files for the dex VM
|
|
|
|
*.dex
|
|
|
|
|
|
|
|
# Java class files
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# generated files
|
|
|
|
bin/
|
|
|
|
gen/
|
|
|
|
build/
|
|
|
|
release/
|
|
|
|
*/bin/
|
|
|
|
*/gen/
|
|
|
|
*/build/
|
2019-01-29 16:25:21 +00:00
|
|
|
*/debug/
|
2018-10-29 21:49:42 +00:00
|
|
|
*/release/
|
|
|
|
|
|
|
|
# proguard stuff
|
|
|
|
proguard/
|
|
|
|
proguard-project.txt
|
|
|
|
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
|
|
local.properties
|
|
|
|
project.properties
|
|
|
|
ant.properties
|
|
|
|
lint.xml
|
|
|
|
build.xml
|
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
|
|
|
|
# IntelliJ IDEA
|
|
|
|
.idea/
|
|
|
|
*.eml
|
|
|
|
*.iml
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
|
|
|
|
# Fabric plugin
|
|
|
|
app/fabric.properties
|
|
|
|
|
|
|
|
# Allocation tracker
|
|
|
|
/captures/*
|
2019-01-02 15:31:21 +00:00
|
|
|
|
|
|
|
# Google services info
|
|
|
|
app/google-services.json
|
|
|
|
|