Files
portal/.gitignore
T

18 lines
283 B
Plaintext

node_modules/
dist/
.astro/
.DS_Store
# Content lives in the ctao/content repo (deploy copies it in; npm run content:link links ../content locally)
src/content/news/
src/content/pages/
public/uploads/
# Session scratch
.tmp/
# Local secrets and editor state
.env*
.vscode/
.idea/