# 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/
build
/.next/
next-env.d.ts
# Dependencies
/node_modules

# Production
/build

# Generated files
.cache-loader

# misc
.DS_Store
*.pem

# 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

# turbo
.turbo

# vercel
.vercel

dist

megalinter-reports/

# playground
apps/cli-playground/*
!apps/cli-playground/eslint.config.js
!apps/cli-playground/package.json
!apps/cli-playground/tsconfig.json

# tsx trash files
apps/sheriff-webservices/undefined

# deps
/node_modules

# generated content
.contentlayer
.content-collections
.source

# test & build
/coverage
/out/
*.tsbuildinfo

# others
.env*.local

.wrangler