From 4d8053611d4b669e0f637c207ac7d8de728ee296 Mon Sep 17 00:00:00 2001 From: Christopher Joe Date: Mon, 11 Dec 2017 12:06:02 +1300 Subject: [PATCH] Feature Set .gitattributes to ignore docs and tests folder, and some source asset files which are not needed --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 475f5f20..2502a575 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ /tests export-ignore -/docs export-ignore +/.tx export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore /.scrutinizer.yml export-ignore +/*.dist export-ignore