18 lines
326 B
Plaintext
18 lines
326 B
Plaintext
# Go build artifacts
|
|
app/bin/
|
|
app/kontra-bin
|
|
# Obsidian cache (content repo may be opened as a vault)
|
|
.obsidian/
|
|
app/src/*_templ.go
|
|
|
|
# secrets
|
|
.env
|
|
.env.*
|
|
kontra-bin
|
|
|
|
# archify visual-check sidecars (evidence, not source)
|
|
docs/*.visual-check.*
|
|
|
|
# content is its own git repo (sam/kontra-content) — not tracked here
|
|
content/
|