0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00
Anki-Android/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

70 lines
1.3 KiB
Plaintext
Raw Normal View History

# built application files
2014-01-05 16:01:58 +01:00
*.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
2012-02-07 03:51:16 +01:00
# Windows clutter
Thumbs.db
2014-10-06 08:30:40 +02:00
2015-01-30 07:16:41 +01:00
# Ubunut gedit cluter
*~
# IDEA/Android Studio ignores
*.iml
*.ipr
*.iws
/.idea/*
2020-01-23 02:49:31 +01:00
/captures
# 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
2023-11-13 22:30:54 +01:00
# IDEA/Android Studio project icon
!/.idea/icon.svg
# Crowdin files
ankidroid.zip
tools/crowdin_key.txt
2018-10-09 06:25:08 +02:00
# 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