summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-24 13:23:38 +0300
committerPaul Buetow <paul@buetow.org>2026-05-24 13:23:38 +0300
commit95a106fefa81517d55ed2329f1ed90fc032a845e (patch)
treebc044003fbfa5c3982ee76d1aa4a246afae90057
parentbdab30227ef495d2fc4d841814f8f22f96ff9684 (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--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 2fbfa0d..133f530 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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/