From bc6a65303a85c41cbceb40768c9e898f0a709fe8 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Tue, 27 May 2025 21:21:07 +1000 Subject: [PATCH] use nix gitignore template --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bdb7f97..51b7c88 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ -./result +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + +# Ignore automatically generated direnv output +.direnv \ No newline at end of file