From d09ec081f00f24038cba72a0c5b894ffa1dbb5c4 Mon Sep 17 00:00:00 2001 From: server-hotfix Date: Wed, 18 Jun 2025 17:24:15 +0000 Subject: [PATCH] initial public commit --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6e4977a..f2e0ad8 100644 --- a/.gitignore +++ b/.gitignore @@ -31,11 +31,11 @@ lib/backups/* # ── Ignore nearly everything in conf.d/ ─────────────────── conf.d/* -!conf.d/*.example.conf # keep canonical examples +!conf.d/.example.conf # keep canonical examples !conf.d/README.md # optional explanatory file # ── Ignore nearly everything in stream.d/ ───────────────── stream.d/* -!stream.d/*.example.conf +!stream.d/.example.conf !stream.d/README.md