From 1af090527dcbf2c088112f0845c0757c98db1dd2 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 28 May 2025 06:22:53 +0200 Subject: Set up gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..283a77c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto +*.sh -crlf +*.nix -crlf +.husky/pre-commit -crlf + +# Don't display diffs for flake.lock +flake.lock -diff +package-lock.json -- cgit 1.5.1