fix: gitignore *.log.old, *.log.*, escalations.jsonl
This commit is contained in:
parent
499f6d8828
commit
b8097f1144
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -3,10 +3,12 @@
|
|||
|
||||
# Runtime state
|
||||
*.log
|
||||
*.log.*
|
||||
*.log.old
|
||||
state.json
|
||||
*.lock
|
||||
*.pid
|
||||
escalations.jsonl
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
gardener.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue