From 709f8ef3edf210d1faed66453c61fb52c351a2c2 Mon Sep 17 00:00:00 2001 From: InfinityPacer <160988576+InfinityPacer@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:38:01 +0800 Subject: [PATCH] chore: Update .gitignore to exclude all log files and archives --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9d135e49..7ec674ab 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ app/plugins/** config/cookies/** config/user.db config/sites/** +config/logs *.pyc *.log .vscode