55 lines
480 B
Plaintext
55 lines
480 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
|
|
# Production
|
|
build/
|
|
dist/
|
|
|
|
# Environment files
|
|
.env*
|
|
!.env.example
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
Dockerfile*
|
|
docker-compose*
|
|
.dockerignore
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output
|
|
|
|
# Misc
|
|
README.md
|
|
.editorconfig
|
|
.eslintrc*
|
|
.prettierrc*
|
|
|
|
# Claude Code
|
|
.claude/
|
|
CLAUDE.md |