79 lines
715 B
Text
79 lines
715 B
Text
|
|
# Dependencies
|
||
|
|
node_modules
|
||
|
|
npm-debug.log*
|
||
|
|
yarn-debug.log*
|
||
|
|
yarn-error.log*
|
||
|
|
pnpm-debug.log*
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
coverage
|
||
|
|
.nyc_output
|
||
|
|
*.lcov
|
||
|
|
|
||
|
|
# Next.js
|
||
|
|
.next/
|
||
|
|
out/
|
||
|
|
build/
|
||
|
|
dist/
|
||
|
|
|
||
|
|
# Production
|
||
|
|
*.tsbuildinfo
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
.DS_Store
|
||
|
|
*.pem
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# Debug
|
||
|
|
*.log
|
||
|
|
logs
|
||
|
|
|
||
|
|
# Local env files
|
||
|
|
.env
|
||
|
|
.env*.local
|
||
|
|
.env.development.local
|
||
|
|
.env.test.local
|
||
|
|
.env.production.local
|
||
|
|
|
||
|
|
# Vercel
|
||
|
|
.vercel
|
||
|
|
|
||
|
|
# Typescript
|
||
|
|
*.tsbuildinfo
|
||
|
|
next-env.d.ts
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode/*
|
||
|
|
!.vscode/extensions.json
|
||
|
|
!.vscode/settings.json
|
||
|
|
.idea
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.gitattributes
|
||
|
|
|
||
|
|
# CI/CD
|
||
|
|
.forgejo
|
||
|
|
.github
|
||
|
|
|
||
|
|
# Documentation
|
||
|
|
README.md
|
||
|
|
CHANGELOG.md
|
||
|
|
docs/
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
tests/
|
||
|
|
*.test.ts
|
||
|
|
*.test.tsx
|
||
|
|
*.spec.ts
|
||
|
|
*.spec.tsx
|
||
|
|
playwright.config.ts
|
||
|
|
vitest.config.ts
|
||
|
|
|
||
|
|
# Scripts
|
||
|
|
scripts/
|