From d3ac22231ad7b9ad11d72d0325fd1324bc6d5d76 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Thu, 2 Nov 2023 06:21:20 -0700 Subject: add missing file --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3194ddf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# In code review, collapse generated files +docs/*.md linguist-generated=true + +# Configuration for 'git archive' +# see https://git-scm.com/docs/git-archive/2.40.0#ATTRIBUTES +# Omit folders that users don't need, making the distribution artifact smaller +tests export-ignore -- cgit v1.2.3