Document today's restructures, and give data/ a README that ships with it
This commit is contained in:
+5
-1
@@ -10,7 +10,11 @@ Configurations/*.bak
|
||||
Notes_To-Do.md
|
||||
|
||||
# ── Runtime state, data, logs ─────────────────────────────────────────────────
|
||||
data/
|
||||
# Contents, not the directory itself. Ignoring "data/" outright means git never descends into
|
||||
# it, and a negation for a file inside an excluded directory is silently ineffective — so the
|
||||
# README explaining what data/ is would be the one file missing from every installation of it.
|
||||
data/*
|
||||
!data/README.md
|
||||
State_Files/
|
||||
.cache/
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user