2024-04-11 09:35:52 +00:00
|
|
|
# tools
|
|
|
|
gtfs-sql-importer/
|
|
|
|
|
|
|
|
# random things
|
|
|
|
*.cert
|
|
|
|
*.cer
|
|
|
|
*.crt
|
|
|
|
.tools
|
2024-04-09 21:05:05 +00:00
|
|
|
.env
|
2024-04-11 09:35:52 +00:00
|
|
|
|
|
|
|
# supabase
|
2024-04-09 21:05:05 +00:00
|
|
|
supabase/.temp
|
|
|
|
supabase/.branches
|
2024-04-10 18:43:36 +00:00
|
|
|
node_modules/
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
.yarn/install-state.gz
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env*.local
|
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
|
|
|
next-env.d.ts
|