48ae88e2e7
Local credential file used for release uploads; must never be committed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
34 lines
397 B
Plaintext
34 lines
397 B
Plaintext
# Gradle / Android build output
|
|
.gradle/
|
|
.kotlin/
|
|
build/
|
|
app/build/
|
|
|
|
# Local machine configuration
|
|
local.properties
|
|
.do-session
|
|
|
|
# Secrets — never commit
|
|
gh-token.txt
|
|
*.token
|
|
|
|
# Android Studio / IntelliJ
|
|
.idea/
|
|
*.iml
|
|
|
|
# Generated artifacts
|
|
*.apk
|
|
*.aab
|
|
*.ap_
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Local screenshots and throwaway files
|
|
shot*.png
|
|
shotApp.png
|
|
test.json
|
|
# Local assistant session helpers
|
|
.claude/
|
|
do.ps1
|