Files
astro-website/.dockerignore
Santhosh Janardhanan 3b0b97f139
Some checks failed
ci / site (push) Has been cancelled
publish-image / publish (push) Has been cancelled
deploy without node
2026-02-10 02:52:14 -05:00

14 lines
178 B
Plaintext

.git
.github
# Specs and artifacts are fine to include, but ignore local junk
**/node_modules
**/.astro
**/dist
**/.DS_Store
# Local secrets
**/.env
**/.env.*
!**/.env.example