chore(gitignore): 🔧 add missing log file pattern to ignore

Patterns added: *.log
This commit is contained in:
autocommit 2026-05-20 19:18:16 -07:00
parent 1411aee0f5
commit a1b6a5fde5

3
.gitignore vendored
View file

@ -10,3 +10,6 @@ build/
*.db
*.db-wal
*.db-shm
# Auto-added by auto-commit-service
*.log