From 7819d5c1b7aaa8789d0f3c8bbc90779d4d8f543f Mon Sep 17 00:00:00 2001 From: DragonTrance Date: Fri, 11 Nov 2022 11:35:20 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5cb7d4aef..8f311237d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ ###Files and folders specified here will never be tracked. -#Ignore everything in datafolder and subdirectories +#Ignore everything in data folder and subdirectories /data/**/* /tmp/**/* +#Ignore the messages generated at the end of the round +/Hyperbot/**/* + #Ignore byond config folder. /cfg/**/*