Files
easy-wallet/.gitignore
Davide Grilli 5a390841f4 feat(dev): add Android live-reload workflow with SDK autodetection
- 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
2026-03-10 16:02:59 +01:00

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/