Files
docs-app/.gitignore
2026-04-01 19:15:22 +02:00

50 lines
552 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
.pnpm-store
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
/public/pagefind/
# misc
.DS_Store
*.pem
robots.txt
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
.yarn
# exports
/public/exports
#sitemaps
/public/sitemap.xml
/public/sitemap-0.xml
/playwright-report
/test-results