3128852d4e
AUDIT P1: every markdown design doc except CODEMAP.md was untracked, so ARCHITECTURE / AUDIT / OPSTACK-PLAN / fable-idea / REVIEW_FINDINGS lived only on disk. Replaces the single !CODEMAP.md exception with !*.md. Also makes OPSTACK-PROGRESS.md commits actually record something, which the unattended crash-safety discipline depends on. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
15 lines
239 B
Plaintext
15 lines
239 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# But keep this gitignore file
|
|
!.gitignore
|
|
|
|
|
|
# Keep Source folder and its contents
|
|
!/Source/
|
|
!/Source/**
|
|
|
|
!VoxelForge.uplugin
|
|
|
|
# Keep every design / doc markdown at any depth (AUDIT P1 — these were untracked)
|
|
!*.md |