Files
HokmPlay/.gitignore
T
soroush.asadi bf5b07962d
CI/CD / CI - API (dotnet build + engine sim) (push) Successful in 52s
CI/CD / CI - Web (tsc + next build) (push) Successful in 1m7s
CI/CD / Deploy - local stack (db + server + web) (push) Successful in 59s
add promo-video generator script (Playwright record → ffmpeg mp4)
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>
2026-06-12 14:08:33 +03:30

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/