Update .gitignore to include logfile patterns
This commit is contained in:
parent
a0c367d79b
commit
5e9ec866a1
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,7 +1,9 @@
|
||||||
target
|
target*
|
||||||
.env
|
.env
|
||||||
*.env
|
*.env
|
||||||
work
|
work
|
||||||
*.out
|
*.out
|
||||||
bin
|
bin
|
||||||
botserver-stack
|
botserver-stack
|
||||||
|
*logfile*
|
||||||
|
*-log*
|
||||||
Loading…
Add table
Reference in a new issue