From 525e3d058da2d9848d28dae2eabda87fb538b082 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 26 Apr 2016 08:51:48 +1200 Subject: [PATCH] Remove src/ from .gitattributes, it's needed for the build We're running "composer install --prefer-dist" in travis, and the ES6 classes in src/ are relied upon by other modules. --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6e98c04d4..492cf1fda 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,4 @@ -admin/client/src/ export-ignore docs/ export-ignore -client/src/ export ignore # Hide diffs admin/client/dist/js/ -diff