From 1c284d3591ae492611947eeba4906193891a76c6 Mon Sep 17 00:00:00 2001
From: Conrad Zelck <git@simpel.cc>
Date: Thu, 5 Oct 2023 16:40:04 +0200
Subject: [PATCH] chore: add _DEBUG to .gitignore

As this will be often the chosen type of disabling the debug mode.

Signed-off-by: Conrad Zelck <git@simpel.cc>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 9cf9e77..ba0de47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 localSettingsHeader.php
 localConfig.php
 DEBUG
+_DEBUG
 input/*
 output/*
 
-- 
GitLab