mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 11:46:32 +00:00
57 lines
844 B
Text
57 lines
844 B
Text
# built application files
|
||
*.apk
|
||
*.ap_
|
||
|
||
# files for the dex VM
|
||
*.dex
|
||
|
||
# Java class files
|
||
*.class
|
||
|
||
# generated files
|
||
bin/
|
||
gen/
|
||
|
||
# Local configuration file (sdk path, etc)
|
||
local.properties
|
||
|
||
# Proguard folder generated by Eclipse
|
||
proguard/
|
||
|
||
# Eclipse project files
|
||
.classpath
|
||
.project
|
||
|
||
|
||
# Intellij project files
|
||
.idea/*
|
||
|
||
# File-based project format:
|
||
*.ipr
|
||
*.iws
|
||
|
||
# Gradle folder and build
|
||
.gradle/
|
||
build/
|
||
/*/*/build
|
||
/*/*/production
|
||
|
||
# Local configuration file (sdk path, etc..regenerated by Android Studio)
|
||
local.properties
|
||
/*/local.properties
|
||
/*/out
|
||
|
||
# Idea non-crucial project fileS
|
||
*.iws
|
||
|
||
#Android keystore
|
||
*.keystores
|
||
signingrelease.properties
|
||
fabric.properties
|
||
|
||
.DS_Store
|
||
*.iml
|
||
Habitica/res/values/secret_strings.xml
|
||
habitica.properties
|
||
habitica.resources
|
||
Habitica/google-services.json
|