Files
VoxelForge/.gitignore
T
Fr0zka 3128852d4e chore: track the design docs in git (.gitignore !*.md)
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>
2026-07-27 01:39:21 +02:00

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