| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
- # Dependencies
- node_modules
- .pnp
- .pnp.js
- # Local env files
- .env
- .env.local
- .env.development.local
- .env.test.local
- .env.production.local
- # Testing
- coverage
- # Turbo
- .turbo
- # Vercel
- .vercel
- # Expo
- .expo/
- # Build Outputs
- .next/
- out/
- build
- dist
- *.tsbuildinfo
- # Debug
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- # Misc
- .DS_Store
- *.pem
- # opensrc - source code for packages
- opensrc/
- # json-studio (separate repo)
- json-studio/
- .env*.local
- # Stripe apps (generated from template + build artifacts)
- examples/stripe-app/*/stripe-app.json
- examples/stripe-app/*/.build
- examples/stripe-app/*/yarn.lock
|