33 lines
312 B
Plaintext
33 lines
312 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Next.js build output
|
|
/.next/
|
|
/out/
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
# Local environment variables
|
|
.env*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.vscode
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.swp
|
|
|
|
# System files
|
|
.DS_Store
|