Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ docs/superpowers/*
# treat it as a local edit and autostash it on every run (#38529).
.hermes-bootstrap-complete

# Installation method marker written by the bootstrap installer. Runtime state,
# never a code change β€” ignore for the same reason as .hermes-bootstrap-complete.
.install_method

# Persistent dev sandbox dir (scripts/dev-sandbox.sh --persistent)
.hermes-sandbox/

Expand Down