From ce52a89795985d226eb1b7eccef23790fa2cc195 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Sat, 4 Jun 2016 12:31:35 +0100 Subject: [PATCH] Added git .attributes to exclude examples and other not needed files from deployment. --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5a14273 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# used to remove files from deployment using `git archive` +# git files +.gitattributes export-ignore +# Examples folder and files +examples/* export-ignore +# Other system files +composer.json export-ignore +README.TXT export-ignore \ No newline at end of file