osaet/.gitignore
yarnom f0b50d13ea feat: add admin publishing workflow and yar theme
Add Go/Postgres admin APIs, Angular admin UI, manual build flow, asset uploads, markdown import/export, configurable slug generation, and the Yar reading theme. Exclude local docs and generated development artifacts from version control.
2026-06-01 15:48:04 +08:00

26 lines
268 B
Text

legacy/
.agents/
.codex/
.idea/
docs/
# Local runtime state
.osaet/
config/local.yaml
# Build output
dist/
# Node
node_modules/
.astro/
frontend/admin/.angular/
# Go
*.test
backend/.cache/
backend/import-articles
backend/osaetctl
# Local import data
articles.csv