From 646ba57152dee2cd2e168f95085c6fa55b878fc1 Mon Sep 17 00:00:00 2001 From: Christopher Joe Date: Wed, 20 Dec 2017 11:14:04 +1300 Subject: [PATCH] FIX Amend rules to ignore test files only --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 865496fe..6aaaa91a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ -/tests export-ignore +/tests/behat/features export-ignore +/tests/php export-ignore /.tx export-ignore /.gitattributes export-ignore /.gitignore export-ignore