81 lines
792 B
Plaintext
81 lines
792 B
Plaintext
# Node modules
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
|
|
# Build outputs
|
|
dist
|
|
.next
|
|
build
|
|
out
|
|
.turbo
|
|
**/dist
|
|
**/.next
|
|
**/build
|
|
**/out
|
|
**/.turbo
|
|
**/node_modules
|
|
|
|
# Env files (will be added separately)
|
|
.env
|
|
.env.*
|
|
!.env.development
|
|
!.env.production
|
|
!.env.production.example
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
Dockerfile*
|
|
docker-compose*
|
|
.dockerignore
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Documentation
|
|
*.md
|
|
!README.md
|
|
|
|
# Tests
|
|
coverage
|
|
.nyc_output
|
|
test-results
|
|
tests/
|
|
playwright*.config.ts
|
|
*.spec.ts
|
|
*.test.ts
|
|
|
|
# Logs
|
|
*.log
|
|
logs
|
|
|
|
# Large directories to exclude
|
|
html-dumps
|
|
html-dumps-optimized
|
|
backups
|
|
.husky
|
|
docs
|
|
plans
|
|
tests
|
|
testing
|
|
resources
|
|
debug-screenshots
|
|
playwright-report
|
|
userData
|
|
|
|
# Development files
|
|
.prettierrc
|
|
.eslintrc*
|
|
tsconfig.tsbuildinfo |