From a1b6a5fde5d7572b1849b20885fac5fc3c143a9c Mon Sep 17 00:00:00 2001 From: autocommit Date: Wed, 20 May 2026 19:18:16 -0700 Subject: [PATCH] =?UTF-8?q?chore(gitignore):=20=F0=9F=94=A7=20add=20missin?= =?UTF-8?q?g=20log=20file=20pattern=20to=20ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patterns added: *.log --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 72f2160..efdf884 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ build/ *.db *.db-wal *.db-shm + +# Auto-added by auto-commit-service +*.log