summary refs log tree commit diff
path: root/.gitattributes
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-07-03 18:51:20 +0200
committerRory& <root@rory.gay>2024-07-04 14:45:02 +0200
commit432beabd0071d60516a41473740bb0e96cf5a39d (patch)
tree33a449d04aa40406b145508518ff9a47f990b8b3 /.gitattributes
parentAdd dotfiles, portable changes (diff)
downloadRory-Open-Architecture-432beabd0071d60516a41473740bb0e96cf5a39d.tar.xz
Update flake inputs, disable showing diffs for flake.lock
Diffstat (limited to '.gitattributes')
-rwxr-xr-x.gitattributes5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 94f480d..61e26c7 100755
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,4 @@
-* text=auto eol=lf
\ No newline at end of file
+* text=auto eol=lf
+
+# We don't want git to display diffs for this file because they're way too long.
+flake.lock -diff
\ No newline at end of file