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