Files
dealplustech/.gitignore
Kunthawat Greethong 0f77e58952 feat: Add vite.config.ts with allowedHosts
- Configure Vite preview server to allow all hosts
- Fixes 403 Forbidden error on Easypanel
- Allows dynamic hostnames from Easypanel proxy
- Safe because container is behind proxy
2026-03-03 10:47:46 +07:00

50 lines
472 B
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.js
# Testing
coverage/
# Next.js (backup only)
_nextjs-backup/
# Astro
.astro/
# Build
dist/
build/
# Production
*.local
# Editor
.vscode/*
!.vscode/extensions.json
.idea/
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Uploads
./upload/*
# Misc
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
node_modules/