50 lines
660 B
Plaintext
50 lines
660 B
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
/.idea
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
local.properties
|
|
|
|
# Private project docs (agent-only, never commit)
|
|
FUTURE.md
|
|
HISTORY.md
|
|
PROJECT.md
|
|
STRUCTURE.md
|
|
CONCERN.md
|
|
project-requirements.md
|
|
DEVELOPMENT_LOG.md
|
|
BUILD_SUMMARY.md
|
|
SCRIPTS.md
|
|
.learnings/
|
|
|
|
# Build artifacts
|
|
*.apk
|
|
*.aab
|
|
*.ap_
|
|
*.dex
|
|
*.class
|
|
bin/
|
|
gen/
|
|
out/
|
|
|
|
# Environment secrets
|
|
.env
|
|
.env.local
|
|
*.env
|
|
|
|
# App module build
|
|
app/build/
|
|
SecurityReport.md
|
|
|
|
# Firebase config (contains project ID, app ID, OAuth client, API key)
|
|
app/google-services.json
|
|
functions/node_modules/
|
|
firestore-tests/node_modules/
|
|
firebase-debug.log
|
|
firestore-debug.log
|
|
UI-PLAN.md
|