Files
dealplustech/.dockerignore
2026-03-09 20:54:30 +07:00

19 lines
313 B
Plaintext

# Ignore Next.js stuff when building Astro
dealplustech-astro/node_modules
dealplustech-astro/dist
dealplustech-astro/.astro
dealplustech-astro/.next
dealplustech-astro/next-env.d.ts
# Root level - ignore everything except dealplustech-astro
*
!dealplustech-astro/
# Git
.git
.gitignore
# Docs
*.md
!README.md