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.
26 lines
268 B
Text
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
|