From 01c2a37070d1c80866f4a6a7900a7fe236b32f22 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Tue, 19 Aug 2025 11:07:52 +0200 Subject: [PATCH] feat: ignore flake lock file when git diff --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..903207a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +flake.nix -diff