32 lines
325 B
Plaintext
32 lines
325 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Next.js build output
|
|
.next
|
|
out
|
|
build
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# System files
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# IDEs
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|