- Add root dev:android script delegating to frontend - Add Android dev scripts and wrapper to resolve ANDROID_SDK_ROOT/ANDROID_HOME (Linux/WSL) - Keep Vite running when Android run fails and document troubleshooting in frontend README - Ignore generated frontend/android project in git
27 lines
387 B
Plaintext
27 lines
387 B
Plaintext
# Python virtual environments
|
|
venv/
|
|
.venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Generated wallet JSON files
|
|
*.json
|
|
!package.json
|
|
!package-lock.json
|
|
!frontend/package.json
|
|
!frontend/package-lock.json
|
|
!frontend/capacitor.config.json
|
|
|
|
# Frontend build output and dependencies
|
|
node_modules/
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/android/
|
|
frontend/release/
|
|
release/
|