From f07b2da0afa9913823fbcf433246df256051dd8a Mon Sep 17 00:00:00 2001 From: Thales Maciel Date: Wed, 21 Jan 2026 19:09:21 -0300 Subject: [PATCH] Ignore transient VM artifacts Prevent state directories, sockets, and scratch rootfs files from being tracked. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..02879cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +state/ +*.log +*.sock +*.pid +*.tgz +*.squashfs* +squashfs-root/