bf5b07962d
scripts/promo.js builds an animated portrait promo from the store screenshots (branded slides + Persian captions + Ken Burns), records it with Playwright, and is encoded to store-assets/promo.mp4 via the system ffmpeg. Output dir gitignored. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
68 lines
911 B
Plaintext
68 lines
911 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# capacitor copied web assets + machine-specific android files
|
|
/android/app/src/main/assets/public
|
|
/android/local.properties
|
|
/android/gradle-mirror.init.gradle
|
|
|
|
# production
|
|
/build
|
|
|
|
# built mobile artifacts (APK/AAB) + release signing secrets
|
|
/dist
|
|
/android/keystore.properties
|
|
*.jks
|
|
*.keystore
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# .NET (server/)
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
*.user
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
|
|
# store screenshot artifacts
|
|
/scripts/shots/
|
|
/store-assets/
|
|
/scripts/promo/
|