diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-24 13:23:38 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-24 13:23:38 +0300 |
| commit | 95a106fefa81517d55ed2329f1ed90fc032a845e (patch) | |
| tree | bc044003fbfa5c3982ee76d1aa4a246afae90057 | |
| parent | bdab30227ef495d2fc4d841814f8f22f96ff9684 (diff) | |
chore(gitignore): ignore hyperstack state temp files
Add patterns for .hyperstack-*-state.json and .hyperstack-*-state.json.known_hosts
to keep ephemeral VM state and WireGuard artifacts out of version control.
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # VM state files — ephemeral, contain VM IDs and WireGuard keys -*.state.json -*.state.json.known_hosts +.hyperstack-*-state.json +.hyperstack-*-state.json.known_hosts # Tooling directories .claude/ |
