Added git .attributes to exclude examples and other not needed files from deployment.

This commit is contained in:
Llewellyn van der Merwe 2016-06-04 12:31:35 +01:00
parent 601ea68d4c
commit ce52a89795
1 changed files with 8 additions and 0 deletions

8
.gitattributes vendored Normal file
View File

@ -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