From 81e451f6d004e61085211758348af940bb938d2d Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 1 Feb 2026 15:14:56 +0300 Subject: [PATCH] meta: ignore VM disk images; ignore migrations Signed-off-by: NotAShelf Change-Id: I687f1fe53696f77af62f2e52566cf3f06a6a6964 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3a017dd..0061be9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,10 @@ target/ # Nix result* result-* +*.qcow2 # Misc .direnv + +# Migrations +*_test_migration.sql