Files
dealplustech/.gitignore
Kunthawat Greethong 45961b8d76 refactor: Move Astro project to root directory
- Move all Astro files from dealplustech-astro/ to root
- Archive Next.js code in _nextjs-backup/
- Update .gitignore for Astro project
- Simplify project structure

This completes the migration from Next.js to Astro.
The Astro project is now at the root level.
2026-03-03 10:21:42 +07:00

49 lines
458 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