Files

67 lines
991 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Dependencies
node_modules
.pnpm-store/
**/.pnpm-store/
.pnp
.pnp.js
# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.docker
.claude
# Testing
coverage
apps/web/test-results/
# Turbo
.turbo
# Vercel
.vercel
# Build Outputs
.next/
out/
build
dist
coverage
next-env.d.ts
*.tsbuildinfo
*.db
*.db-*
*.sqlite
*.sqlite3
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Misc
.DS_Store
*.pem
# Licensed fonts (self-hosted; license must be verified before committing)
apps/*/public/fonts/**/*.woff
apps/*/public/fonts/**/*.woff2
apps/*/public/fonts/**/*.ttf
apps/*/public/fonts/**/*.otf
!apps/*/public/fonts/**/README.md
# Rhymes Display — license verified, committed for Vercel builds
!apps/*/public/fonts/rhymes-display/*.woff2
mcp.json
.env*.local
# Playwright / browser-MCP artifacts (never commit)
.playwright-mcp/
**/.playwright-mcp/