portfolio/.gitignore
2026-07-02 14:58:07 +07:00

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