From 5a415f1b4c1496c60e6739b71bf147de583ef3f1 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sun, 28 Jun 2026 16:24:50 +0000 Subject: [PATCH] docs: changelog the DOCTRINE.md untrack + gitignore guard Record under Unreleased that DOCTRINE.md was removed from tracking in this public repo and added to .gitignore (#134, #135). --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index daf6b66..0c35e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,6 +109,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `argus_deploy` role now plumb `NETBOX_WEBHOOK_SECRET` through to `argus-server` only (server-only — not exposed to the web/nginx service). (#71) +### Removed + +- `DOCTRINE.md` (the internal freed-dev-llc decision doctrine) is no longer tracked in + this public repo, and is added to `.gitignore` to prevent re-adding. The file stays in + local working trees and in git history. (#134, #135) + ## [0.1.7] - 2026-06-25 ### Changed