From 8dec13f4fdccb4bbba15b085cb226866719a58e3 Mon Sep 17 00:00:00 2001 From: InspectorCaracal <51038201+InspectorCaracal@users.noreply.github.com> Date: Fri, 26 Aug 2022 12:04:27 -0600 Subject: [PATCH] add line to catch rotated logs --- evennia/game_template/gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/evennia/game_template/gitignore b/evennia/game_template/gitignore index 356106ee24..d3b6c10a80 100644 --- a/evennia/game_template/gitignore +++ b/evennia/game_template/gitignore @@ -21,6 +21,7 @@ __pycache__ # Other *.swp *.log +*.log.* *.pid *.restart *.db3