From 2985b4a6e9f6aace7cca63b0f38fc25f6c067a01 Mon Sep 17 00:00:00 2001 From: Christopher Joe Date: Mon, 11 Dec 2017 12:01:56 +1300 Subject: [PATCH] Feature Set .gitattributes to ignore docs and tests folder, and some source asset files which are not needed --- .gitattributes | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 15fbf21a..865496fe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,18 @@ -docs/ export-ignore -javascript/src/ export-ignore -*.dist export-ignore +/tests export-ignore +/.tx export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/*.dist export-ignore +/behat.yml export-ignore + +/client/src export-ignore +/webpack.config.js export-ignore +/.eslintignore export-ignore +/.eslintrc.js +/.sass-lint.yml +/yarn.lock export-ignore # Hide diffs -javascript/dist/ -diff +/client/dist/js -diff +/client/dist/styles -diff