From 0e79ba0518a47d0ea9af11bd5e79a798a7caff53 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 19 Mar 2026 22:34:16 +0300 Subject: [PATCH] meta: ignore Nix build results properly Signed-off-by: NotAShelf Change-Id: Iccbf2928b43e8b519d84884e801e4f206a6a6964 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fd19e1e..9f12b81 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,12 @@ target/ **/*.wasm # Nix -.direnv/ +/.direnv/ +/result* # Runtime artifacts *.db* + +# Test configuration test.toml