60 lines
784 B
Plaintext
60 lines
784 B
Plaintext
# dependencies
|
|
node_modules/
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
.next-corrupt-*/
|
|
.next-dev*/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# docker
|
|
postgres_data/
|
|
|
|
# remotion render output
|
|
marketing-video/out/
|
|
|
|
# iOS app — Xcode project is generated from app/ios/project.yml via XcodeGen,
|
|
# never hand-edited or committed (see app/ios/README.md).
|
|
app/ios/*.xcodeproj/
|
|
app/ios/*.xcworkspace/
|
|
app/ios/DerivedData/
|
|
app/ios/.build/
|
|
app/ios/**/xcuserdata/
|
|
|
|
# local Codex/MCP workspace metadata
|
|
/.agents/
|
|
/.mcp.json
|
|
|
|
# local diagnostic artifacts
|
|
/auth-db-run4-meta.txt
|
|
/build_err.txt
|
|
/test-reactbits-bg.html
|