mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-07-26 20:02:14 +00:00
35 lines
437 B
Text
35 lines
437 B
Text
/.codex
|
|
/.idea/
|
|
/.kotlin/
|
|
/.vscode/
|
|
**/.gradle/
|
|
/build/
|
|
/app/build/
|
|
**/build/
|
|
**/.cxx/
|
|
/app/src/main/jniLibs/
|
|
/rust/**/target/
|
|
/local.properties
|
|
/.env
|
|
/.env.*
|
|
*.env
|
|
**/debug.keystore
|
|
*.jks
|
|
/server.log
|
|
/adb_logcat.txt
|
|
/build_log.txt
|
|
/build_log_2.txt
|
|
*.log
|
|
*.pyc
|
|
__pycache__/
|
|
|
|
# Profiling / tracing artifacts
|
|
*.perfetto-trace
|
|
/record_android_trace
|
|
|
|
# Local agent / tool config
|
|
/.claude/settings.local.json
|
|
/.agents/
|
|
*.md
|
|
!README.md
|
|
/docs/
|