78 lines
1.1 KiB
Text
78 lines
1.1 KiB
Text
# =========================
|
|
# IDE (Android Studio / IntelliJ)
|
|
# =========================
|
|
.idea/
|
|
*.iml
|
|
|
|
# =========================
|
|
# Gradle / Kotlin
|
|
# =========================
|
|
.gradle/
|
|
build/
|
|
out/
|
|
/.kotlin/
|
|
|
|
# =========================
|
|
# Local configuration
|
|
# =========================
|
|
local.properties
|
|
|
|
# =========================
|
|
# Native / C++ builds
|
|
# =========================
|
|
.cxx/
|
|
.externalNativeBuild/
|
|
|
|
# =========================
|
|
# Generated / temporary
|
|
# =========================
|
|
captures/
|
|
.navigation/
|
|
bin/
|
|
gen/
|
|
proguard/
|
|
*.log
|
|
|
|
# =========================
|
|
# Build artifacts
|
|
# =========================
|
|
*.apk
|
|
*.ap_
|
|
*.aab
|
|
*.dex
|
|
*.class
|
|
|
|
# =========================
|
|
# Keystores (VERY important)
|
|
# =========================
|
|
*.jks
|
|
*.keystore
|
|
|
|
# =========================
|
|
# OS junk
|
|
# =========================
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# =========================
|
|
# Debug screenshots & UI dumps
|
|
# =========================
|
|
/debug-captures/
|
|
|
|
# =========================
|
|
# Tools / plugins / others
|
|
# =========================
|
|
/.continue/
|
|
/eva/
|
|
/tellnext/
|
|
/browsernext/
|
|
/speakernext/
|
|
/transfernext/
|
|
/wtCaptures/
|
|
/logs/
|
|
/tests/
|
|
*.sh
|
|
*.swp
|
|
TellNextTrace*.txt
|
|
BNWT.txt
|
|
|