32 lines
327 B
Plaintext
32 lines
327 B
Plaintext
# Build & Output
|
|
dist/
|
|
.vercel/
|
|
.astro/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Environment Variables & Secrets
|
|
.env
|
|
.env.production
|
|
.env.local
|
|
.env.development
|
|
.env.*.local
|
|
|
|
# IDE & Editors
|
|
.vscode/
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
.DS_Store
|
|
Thumbs.db
|