From 7b9bbcbc267dab2da5b861f689e74e7bd912bd40 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 15 Oct 2025 04:43:42 -0700 Subject: [PATCH] Ignore disabled files as well. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3c7b2f8..5eca0fd 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ Config/DNS/config/* # Ignore anything in disabled folders. disabled +*.disabled +disabled.* # Ignore any .env files which are not explicitly committed to the project. *.env