103 lines
2.4 KiB
Plaintext
103 lines
2.4 KiB
Plaintext
# ============================================================
|
|
# Build artifacts
|
|
# ============================================================
|
|
android/.gradle/
|
|
android/app/.cxx/
|
|
android/app/build/
|
|
android/.kotlin/
|
|
android/build/
|
|
android/*/build/
|
|
go/teamspeak/.opus/build/
|
|
release/
|
|
*.apk
|
|
*.aab
|
|
|
|
# ============================================================
|
|
# Android
|
|
# ============================================================
|
|
android/local.properties
|
|
android/gradle/gradle-daemon-jvm.properties
|
|
*.iml
|
|
|
|
# ============================================================
|
|
# IDE — workspace/state files (local only)
|
|
# ============================================================
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|
|
.idea/shelf/
|
|
.idea/caches/
|
|
.idea/modules/
|
|
.idea/libraries/
|
|
android/.idea/workspace.xml
|
|
android/.idea/tasks.xml
|
|
android/.idea/shelf/
|
|
android/.idea/caches/
|
|
android/.idea/modules/
|
|
android/.idea/libraries/
|
|
|
|
# ============================================================
|
|
# Kotlin / Java
|
|
# ============================================================
|
|
*.class
|
|
*.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
|
|
# ============================================================
|
|
# Go
|
|
# ============================================================
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
go.work
|
|
|
|
# ============================================================
|
|
# Archives
|
|
# ============================================================
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# ============================================================
|
|
# Logs & crash dumps
|
|
# ============================================================
|
|
*.log
|
|
hs_err_pid*
|
|
replay_pid*
|
|
|
|
# ============================================================
|
|
# OS files
|
|
# ============================================================
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ============================================================
|
|
# Sensitive — DO NOT COMMIT
|
|
# ============================================================
|
|
keystore/
|
|
*.jks
|
|
*.keystore
|
|
|
|
# ============================================================
|
|
# Reference SDK (not project source)
|
|
# ============================================================
|
|
docs/teamspeak-sdk-3.5.2/
|
|
|
|
# ============================================================
|
|
# Session / tool files
|
|
# ============================================================
|
|
.ai/
|
|
.claude/
|
|
memory/
|
|
plan/
|
|
|
|
# ============================================================
|
|
# Misc
|
|
# ============================================================
|
|
test.txt
|