Files
portal/.gitignore
T
ctao 0772462742 CTAO Science Portal: static Astro site with git-based CMS (Sveltia + Gitea)
Portal code only; editorial content lives in the ctao/content repo on the
demo machine's Gitea and is overlaid at build time (see README.md and
deploy/README.md). Live demo: https://astro.isl-dev.grid.cyfronet.pl
2026-09-08 13:53:30 +02:00

18 lines
267 B
Plaintext

node_modules/
dist/
.astro/
.DS_Store
# Content lives in the ctao/content repo (build overlays it; scripts/link-content.sh locally)
src/content/news/
src/content/pages/
public/uploads/
# Session scratch
.tmp/
# Local secrets and editor state
.env*
.vscode/
.idea/