Files
dealplustech-astro/.gitignore
Kunthawat 9cddd3da57 Refactor: Update category structure, mega menu, footer, and remove unused pages
- Move DURGO from ระบบน้ำ to อุปกรณ์ปรับอากาศ
- Add -category suffix to อุปกรณ์ดับเพลิง and ฉนวนหุ้มท่อ category pages
- Update Header mega menu with correct category slugs
- Fix Footer layout: split categories to 2 columns, remove quick links
- Delete unused pages: all-projects, join-us, services, product
- All product images fixed to 1:1 aspect ratio
2026-03-31 22:54:54 +07:00

24 lines
255 B
Plaintext

# Large image files - deploy separately
public/images/
!public/images/logo/
!public/images/favicon.*
# Build output
dist/
# Dependencies
node_modules/
# Logs
*.log
npm-debug.log*
# Environment
.env
.env.*
!.env.example
# OS files
.DS_Store
Thumbs.db