You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
288 B
27 lines
288 B
# Node.js
|
|
node_modules/
|
|
|
|
# Next.js build output
|
|
/.next/
|
|
|
|
# .env files (contains sensitive information)
|
|
.env.local
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
|
|
# TypeScript build output
|
|
/build/
|
|
|
|
# Editor-specific files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Mac OS
|
|
.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db
|