General: Work item GH-98 - Split repository in order to improve distribution of the library via composer

Added .gitattributes file to identify files/folders that should be excluded from a composer distribution unless invoked as
    composer install --prefer-source
This commit is contained in:
Mark Baker 2013-03-22 14:09:22 +00:00
parent b42d4a353c
commit 4779025701
1 changed files with 4 additions and 0 deletions

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
/Build export-ignore
/Documentation export-ignore
/Tests export-ignore
README.md export-ignore