Change .gitignore entry for log files to include new 'trace.log'/'warn.log'
This commit is contained in:
parent
72dca06626
commit
a429e04a12
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,7 +11,7 @@ pip-log.txt
|
|||
pip-delete-this-directory.txt
|
||||
|
||||
# logging
|
||||
bot.log*
|
||||
logs/*.log*
|
||||
|
||||
# databases
|
||||
*.db
|
||||
|
|
Loading…
Reference in a new issue