gitignore local staging
Draft posts are private staging. They reach the public only by being moved into src/content/blog at publish time, deliberately, one at a time.
This commit is contained in:
@@ -41,3 +41,8 @@ secrets.*
|
||||
|
||||
# CI artifact
|
||||
sbom.json
|
||||
|
||||
# Blog drafts are PRIVATE staging - this repo is public and anonymously readable.
|
||||
# Nothing under drafts/ may ever be committed; a draft becomes public only by
|
||||
# being moved into src/content/blog/ at publish time.
|
||||
drafts/
|
||||
|
||||
Reference in New Issue
Block a user