feat(release): prepare 1.1.0 candidate

This commit is contained in:
Yun Chan 2026-08-29 18:33:45 +09:00
parent 5a34f66981
commit 5205dcdfa9
736 changed files with 115667 additions and 12203 deletions

20
.gitignore vendored
View file

@ -5,13 +5,19 @@ out/
.expo/
.env
.env.*
!.env.example
*.log
.DS_Store
Thumbs.db
.claude/settings.local.json
# Electron
# Electron release artifacts. Keep only release identity/public-key SSOT files.
release/
!/release/
/release/*
!/release/product-version.json
!/release/android-release-identity.json
!/release/mobile-release-evidence-public.pem
*.unpacked
# Build
@ -52,3 +58,15 @@ venv/
# Whisper models (large files)
resources/models/
apps/mobile-rn/android/app/src/main/assets/models/ggml-tiny.bin
apps/mobile-rn/android/app/src/main/assets/index.android.bundle
apps/mobile-rn/.maestro-output/
apps/mobile-rn/.maestro/*.junit.xml
# Chrome / Playwright Profiles
.chrome-*
.playwright-*
.chrome-debug-profile/
.chrome-interactive-profile/
.chrome-playwright-profile/
.playwright-oauth-profile/