58 lines
517 B
Plaintext
58 lines
517 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
.npm
|
|
.yarn
|
|
|
|
# Next.js build output
|
|
.next
|
|
out
|
|
build
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Local env files
|
|
.env*.local
|
|
.env
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
|
|
# Version control
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
*.swn
|
|
.DS_Store
|
|
|
|
# Docker
|
|
docker/
|
|
Dockerfile*
|
|
docker-compose*
|
|
.dockerignore
|
|
|
|
# Cursor
|
|
.cursor
|
|
|
|
# Misc
|
|
*.log
|
|
.cache
|
|
.eslintcache
|
|
.stylelintcache
|
|
*.bak
|
|
*.tmp
|
|
*~ |