From a9649f63069eb250cd0bd3fec23cf96cbe04aa28 Mon Sep 17 00:00:00 2001 From: sysops Date: Sun, 12 Jul 2026 20:02:16 +0200 Subject: [PATCH] Add .gitignore for private/ - local-only files never pushed to gitea Moved two real OPNsense firewall/NAT rule exports (real internal IPs and ports) into private/ so they can stay on disk for reference without ever being committed. Co-Authored-By: Claude Sonnet 5 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4d3ba2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Local-only files that must never be pushed to gitea (secrets, real +# firewall/NAT exports, private notes, etc.). Anything dropped in here +# stays local. +private/