From 9fae85ec485e8dc57b2cfd2b07e1513bbba5e884 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Tue, 6 Jun 2023 11:31:58 -0700 Subject: [PATCH] Stop showing .efrocachemap diffs by default --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..99c447e9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Don't want autogenerated cache-map diffs to show by default/etc. +/.efrocachemap linguist-generated=true \ No newline at end of file