From 40b5466a771c9ebcfdfc541dced3bef7e25ee39e Mon Sep 17 00:00:00 2001 From: Michel Abboud Date: Fri, 30 Jan 2026 10:43:44 +0000 Subject: [PATCH] chore: Add snapshots/ to .gitignore with .gitkeep placeholder Co-Authored-By: Claude Opus 4.5 --- .gitignore | 4 ++++ snapshots/.gitkeep | 0 2 files changed, 4 insertions(+) create mode 100644 snapshots/.gitkeep diff --git a/.gitignore b/.gitignore index 70d0da7..8fc5726 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,10 @@ data/* data/*/** !data/*/.gitkeep +# Snapshot contents (generated at runtime) +snapshots/* +!snapshots/.gitkeep + # Instance compose files and registry (generated at runtime) instances/ diff --git a/snapshots/.gitkeep b/snapshots/.gitkeep new file mode 100644 index 0000000..e69de29