2024-04-14 16:45:04 +00:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
2024-04-14 16:39:51 +00:00
|
|
|
|
2024-04-14 16:45:04 +00:00
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
.yarn/install-state.gz
|
2024-04-14 16:39:51 +00:00
|
|
|
|
2024-04-14 17:46:37 +00:00
|
|
|
# We can safely ignore the lock file as we're using pnpm
|
|
|
|
package-lock.json
|
|
|
|
|
2024-04-14 16:45:04 +00:00
|
|
|
# testing
|
|
|
|
/coverage
|
2024-04-14 16:39:51 +00:00
|
|
|
|
2024-04-14 16:45:04 +00:00
|
|
|
# next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
2024-04-14 16:39:51 +00:00
|
|
|
|
2024-04-14 16:45:04 +00:00
|
|
|
# production
|
|
|
|
/build
|
2024-04-14 16:39:51 +00:00
|
|
|
|
2024-04-14 16:45:04 +00:00
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
2024-04-14 16:39:51 +00:00
|
|
|
|
2024-04-14 16:45:04 +00:00
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2024-04-14 16:39:51 +00:00
|
|
|
|
2024-04-14 16:45:04 +00:00
|
|
|
# local env files
|
|
|
|
.env*.local
|
2024-04-14 16:39:51 +00:00
|
|
|
|
2024-04-14 16:45:04 +00:00
|
|
|
# vercel
|
|
|
|
.vercel
|
2024-04-14 16:39:51 +00:00
|
|
|
|
2024-04-14 16:45:04 +00:00
|
|
|
# typescript
|
2024-04-14 16:39:51 +00:00
|
|
|
*.tsbuildinfo
|
2024-04-14 16:45:04 +00:00
|
|
|
next-env.d.ts
|
2024-04-21 17:23:29 +00:00
|
|
|
|
|
|
|
# Sentry Config File
|
|
|
|
.sentryclirc
|
|
|
|
|
|
|
|
# Sentry Config File
|
|
|
|
.sentryclirc
|
|
|
|
|
|
|
|
# Environment variables
|
|
|
|
.env
|
2024-04-22 01:28:35 +00:00
|
|
|
|
|
|
|
# Sitemap & Robots
|
|
|
|
/public/sitemap*
|
|
|
|
/public/robots.txt
|