0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00
Anki-Android/.gitignore
David Allison bebf14fece chore: ignore Kotlin 2 .salive files
This appears to be a 'session-is-alive' file

ca34e5d2fd/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt (L458)

Example:

.kotlin/sessions/kotlin-compiler-9293527262404664068.salive
2024-06-19 14:22:01 +00:00

70 lines
1.3 KiB
Plaintext

# 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
# 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