dragonschildstudios.com/.gitignore

43 lines
591 B
Text
Raw Normal View History

2024-04-16 05:17:00 -07:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2023-10-18 05:14:50 -07:00
# dependencies
2024-04-16 05:17:00 -07:00
/node_modules
/.pnp
.pnp.js
2023-10-18 05:14:50 -07:00
2024-04-16 05:17:00 -07:00
# testing
/coverage
# database
/prisma/db.sqlite
/prisma/db.sqlite-journal
# next.js
/.next/
/out/
next-env.d.ts
# production
/build
# misc
.DS_Store
*.pem
# debug
2023-10-18 05:14:50 -07:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2024-04-16 05:17:00 -07:00
.pnpm-debug.log*
2023-10-18 05:14:50 -07:00
2024-04-16 05:17:00 -07:00
# local env files
# do not commit any .env files to git, except for the .env.example file. https://create.t3.gg/en/usage/env-variables#using-environment-variables
2023-10-18 05:14:50 -07:00
.env
2024-04-16 05:17:00 -07:00
.env*.local
2024-01-19 23:23:29 -08:00
2024-04-16 05:17:00 -07:00
# vercel
.vercel
2024-01-19 23:23:29 -08:00
2024-04-16 05:17:00 -07:00
# typescript
*.tsbuildinfo