From b656973a86c9f4793f45bd5fa68410878bb5acc3 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Sat, 9 Dec 2017 22:20:45 -0800 Subject: [PATCH] Exclude non-essential files from dist package --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index b5989f423..32378b23e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,6 @@ *.json text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 *.test text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 *.yml text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=2 + +# Exclude non-essential files from dist +/tests export-ignore