Em dashes are a common AI-writing tell; swap them (and en dashes) for plain hyphens across the README and all KDoc/comment prose so the repo reads as hand-authored. Byte-level replace of U+2014/U+2013 -> '-'; arrows and the ellipsis are left untouched. The two functional em dashes are intentionally kept: the `DASH = "—"` blank-field UI placeholder in CharacterDetailUi and the preview sample that mirrors it -- those are deliberate UX, not prose.
21 lines
248 B
Plaintext
21 lines
248 B
Plaintext
*.iml
|
|
.DS_Store
|
|
|
|
# Gradle
|
|
**/.gradle/
|
|
**/build/
|
|
/captures
|
|
|
|
# Kotlin
|
|
.kotlin/
|
|
|
|
# Native
|
|
.externalNativeBuild
|
|
.cxx
|
|
|
|
# Local config / secrets
|
|
local.properties
|
|
|
|
# IDE (JetBrains / Android Studio) - fully ignored to avoid machine-specific churn
|
|
/.idea/
|