Files
portal/.gitignore
T

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/