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
|
# Runtime state
|
||||||
*.log
|
*.log
|
||||||
|
*.log.*
|
||||||
|
*.log.old
|
||||||
state.json
|
state.json
|
||||||
*.lock
|
*.lock
|
||||||
*.pid
|
*.pid
|
||||||
|
escalations.jsonl
|
||||||
|
|
||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
gardener.log
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue