chore(gitignore): 🔧 add missing log file pattern to ignore
Patterns added: *.log
This commit is contained in:
parent
1411aee0f5
commit
a1b6a5fde5
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -10,3 +10,6 @@ build/
|
|||
*.db
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
|
||||
# Auto-added by auto-commit-service
|
||||
*.log
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue