From e9e9c044bfd8384b00de067edd34b2aefbe2dc57 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 26 Jul 2025 04:54:27 +0000 Subject: [PATCH] gitignore: ignore build/ files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a868c80ad..9e90403c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -.working +/build +/.working result result-* /secrets/local.nix