84e7a56b13
- .gitea/workflows/ci.yml rewritten for a self-hosted runner co-located with the host Docker daemon + Traefik: push to master -> test -> deploy-web (docker compose up --build in place; no SSH, no registry). APK job documented as the next iteration (socket-safe build+extract; signing secrets already set). - .gitignore: never commit the release keystore (*.keystore + wisp-release.keystore). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
46 lines
482 B
Plaintext
46 lines
482 B
Plaintext
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# Expo
|
|
.expo/
|
|
dist/
|
|
web-build/
|
|
expo-env.d.ts
|
|
|
|
# Native
|
|
.kotlin/
|
|
*.orig.*
|
|
*.jks
|
|
*.keystore
|
|
wisp-release.keystore
|
|
*.p8
|
|
*.p12
|
|
*.key
|
|
*.mobileprovision
|
|
|
|
# Metro
|
|
.metro-health-check*
|
|
|
|
# debug
|
|
npm-debug.*
|
|
yarn-debug.*
|
|
yarn-error.*
|
|
|
|
# macOS
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
example
|
|
|
|
# generated native folders
|
|
/ios
|
|
/android
|