From 265e384c7ef64371ad2c186479aa62ef7641495a Mon Sep 17 00:00:00 2001 From: mbuc Date: Thu, 21 Sep 2023 15:56:33 -0400 Subject: [PATCH] Update .gitignore Prevent committing or wiping .log files from the root directory of the repository. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 98d91318d..b04643bcd 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ venv/ /web/extensions/* !/web/extensions/logging.js.example !/web/extensions/core/ +/*.log