# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# built native files
*.o
*.so

# generated files
bin/
gen/

# Ignore gradle files
.gradle/
build/

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

# Proguard folder generated by Eclipse
proguard/

# Eclipse Metadata
.metadata/

# Mac OS X clutter
*.DS_Store

# Windows clutter
Thumbs.db

# Ubunut gedit cluter
*~

# IDEA/Android Studio ignores
*.iml
*.ipr
*.iws
/.idea/*
/captures
# File that should be deleted by java's test but sometime is not
AnkiDroid/.attach_pid*

# IDEA/Android Studio Ignore exceptions - this lets you share things you specifically want all team members to use
!/.idea/codeStyles/
# Keep dictionaries to have less false positives in spellcheck inspection.
# Each user gets their own dictionary and these dictionaries are merged
!.idea/dictionaries
# IDEA/Android Studio project icon
!/.idea/icon.svg

# Crowdin files
ankidroid.zip
tools/crowdin_key.txt

# Testing / quality remnants
AnkiDroid/ACRA-INSTALLATION
.codacy.json

#ignore the local insufficient memory for the Java Runtime Environment files
hs_err_pid*

# Ignore kotlin 2.0 compiler files (.salive: session-is-alive)
# https://github.com/JetBrains/kotlin/blob/ca34e5d2fd255ed0501bae4fae3d3691dc40d375/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt#L458
/.kotlin
