Files
easy-wallet/.gitignore
Davide Grilli 7b2ff5445b fix(android): make Docker APK build pass with Capacitor config, synced lockfile, and JDK 21
- Track frontend/capacitor.config.json with appId/appName/webDir for Capacitor Android setup
- Unignore frontend/capacitor.config.json so config is committed with the project
- Update Android Docker builder to use JDK 21 (required by current Capacitor/Gradle toolchain)
- Switch Docker CMD to JSON-array form for safer signal handling
- Refresh frontend package-lock.json to match Capacitor and crypto dependencies required by npm ci
2026-03-10 14:37:58 +01:00

26 lines
369 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/release/
release/