From 263046695e4a2cad4812ea01516fdf6974319692 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 27 Sep 2022 03:45:14 -0500 Subject: [PATCH] Ignore log files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 32e0714..964da30 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ Volumes/* # Ignore backed up config files. *.yml.* +# Ignore logs +logs/* +