fix: gitignore *.log.old, *.log.*, escalations.jsonl

This commit is contained in:
openhands 2026-03-13 10:43:37 +00:00
parent 499f6d8828
commit b8097f1144

4
.gitignore vendored
View file

@ -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