From 4cd78b407b2115478fc56ee82267d4da76be267a Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Fri, 25 Oct 2024 09:08:59 +0700 Subject: [PATCH] Add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9de82d2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.cabal linguist-generated=true +/.github/workflows/haskell-ci.yml linguist-generated=true