mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 03:36:30 +00:00
77 lines
1.2 KiB
Text
77 lines
1.2 KiB
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
|
||
reports/
|
||
/prod
|
||
/amazon
|
||
captures
|
||
/Habitica/prod
|
||
/Habitica/release
|
||
/fastlane/secret-key.json
|
||
/fastlane/report.xml
|
||
fastlane/metadata/android/*/changelogs/
|
||
/Habitica/amazon
|
||
/fastlane/Fastfile.bkp
|
||
/fastlane/Fastfile
|
||
*.aab
|
||
/Habitica/alpha
|
||
output-metadata.json
|
||
/Habitica/jacoco.exec
|
||
*.dm
|
||
/fastlane/upload_slack.py
|
||
.kotlin
|
||
/fastlane/README.md
|