Files
echolot/.gitignore
T
mrambossekandClaude Opus 5 9d4b41da7f
server-release / release (push) Failing after 41s
CLAUDE.md: device-testing lessons for future sessions; ignore web/.wrangler
The wireless-adb findings, report-collection workflow, build-number
convention, per-device Shizuku matrix, and the JDK constraint now live in
the repo so a session on any machine starts with them.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-30 15:43:32 +02:00

43 lines
670 B
Plaintext

# Repo-root ignores. Module-level rules live next to their module
# (see echolot-prober/.gitignore for the Android-specific set).
# OS noise
.DS_Store
Thumbs.db
desktop.ini
# IDEs
.idea/
*.iml
*.swp
*~
# Machine-specific build config — never commit (contains local SDK paths)
local.properties
# Gradle / Android build output
.gradle/
build/
*.apk
*.aab
# Signing material
*.keystore
*.jks
keystore.properties
# Go server (future sibling module)
/server/bin/
*.test
# Secrets / environment
.env
.env.*
!.env.example
# Claude Code: settings.json is shared, per-machine overrides are not
.claude/settings.local.json
# wrangler build/dev artifacts
web/.wrangler/