From 18ec0369d7df43df83e4d79937255a6bd34db391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sat, 24 May 2025 00:05:30 -0300 Subject: [PATCH] flake: mark flake.lock as binary to git, don't show diffs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..da8c15f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +flake.lock binary