From 95a106fefa81517d55ed2329f1ed90fc032a845e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 24 May 2026 13:23:38 +0300 Subject: 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. --- .gitignore | 4 ++-- 1 file 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/ -- cgit v1.2.3