# Built application files
*.apk
*.ap_

# Files for the Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/

# Gradle files
.gradle/
gradle.properties
build/
/*/build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# IntelliJ/Android Studio project files
*.iml
*.ipr
*.iws
/.idea/*
annotations/

# IntelliJ/Android Studio exceptions
!/.idea/vcs.xml
!/.idea/fileTemplates/
!/.idea/inspectionProfiles/
!/.idea/scopes/
!/.idea/codeStyleSettings.xml
!/.idea/encodings.xml
!/.idea/copyright/
# Enforce plugins
!/.idea/externalDependencies.xml

# OS generated
.DS_Store

# Kotlin lint
ktlint

# Dependencies
vendor

# Currently, the configure tool stores the encrypted files under
# .configure-files. Everything in that folder without a .enc extension should
# be ignored.
.configure-files/*
!.configure-files/*.enc

# Secrets files that should never be committed, regardless of location
firebase.secrets.json

