From 402d3a1f881ea2c686c997e06c3edf4d97faed92 Mon Sep 17 00:00:00 2001 From: mvvasilev Date: Fri, 27 Jun 2025 09:46:51 +0300 Subject: [PATCH] Ignore all *.log files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 87afabb..81158cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -log/* \ No newline at end of file +log/* +*.log \ No newline at end of file