Store/.gitignore

46 lines
504 B
Text
Raw Normal View History

# editor tempfiles
*~
# MacOS temp files
.DS_Store
2017-01-04 19:17:53 +00:00
# Built application files
*.apk
*.ap_
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# Intellij
2016-11-29 18:59:48 +00:00
*.iml
2017-01-04 19:17:53 +00:00
.idea/
# Keystore files
*.jks