Files
docs/.gitignore
2023-08-08 19:10:35 +02:00

48 lines
521 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# next-sitemap
/public/robots.txt
/public/sitemap.xml
/public/sitemap-0.xml
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# Sentry
.sentryclirc
# Sentry
next.config.original.js