2014-10-22 18:38:44 +02:00
|
|
|
.classpath
|
|
|
|
*.swp
|
|
|
|
.settings
|
|
|
|
|
2016-02-16 09:58:26 +01:00
|
|
|
src/playstore/res/values/gcm.xml
|
|
|
|
|
2014-10-22 18:38:44 +02:00
|
|
|
# https://github.com/github/gitignore/blob/master/Gradle.gitignore
|
|
|
|
.gradle/
|
|
|
|
build/
|
2018-02-17 07:09:21 +01:00
|
|
|
gradle.properties
|
2016-04-10 00:31:16 +02:00
|
|
|
captures/
|
2017-12-09 16:14:43 +01:00
|
|
|
signing.properties
|
2014-10-22 18:38:44 +02:00
|
|
|
# Ignore Gradle GUI config
|
|
|
|
gradle-app.setting
|
|
|
|
|
|
|
|
# https://github.com/github/gitignore/blob/master/Android.gitignore
|
|
|
|
# Built application files
|
|
|
|
*.apk
|
|
|
|
*.ap_
|
|
|
|
|
|
|
|
# Files for the Dalvik VM
|
|
|
|
*.dex
|
|
|
|
|
|
|
|
# Java class files
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Generated files
|
|
|
|
bin/
|
|
|
|
gen/
|
|
|
|
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
|
|
local.properties
|
|
|
|
|
|
|
|
# Proguard folder generated by Eclipse
|
|
|
|
proguard/
|
|
|
|
|
|
|
|
# Log Files
|
|
|
|
*.log
|
|
|
|
|
|
|
|
*.iml
|
|
|
|
.idea
|
|
|
|
|
|
|
|
import-summary.txt
|
2015-01-17 19:40:15 +01:00
|
|
|
.navigation/
|