From ecbb5ae3768f3cf584b234ad9682a721cc17b1db Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Fri, 24 Oct 2014 09:29:20 +0100 Subject: [PATCH] Exclude build/development tools from releases using .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a46d655 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/.editorconfig export-ignore +/.gitignore export-ignore +/.gitattributes export-ignore +/min_extras export-ignore +/min_unit_tests export-ignore