Add .gitattributes to remove non-essentials files from dist
This commit is contained in:
parent
c8bbd6d2b8
commit
15da2ab805
|
|
@ -0,0 +1,8 @@
|
||||||
|
/.gitattributes export-ignore
|
||||||
|
/.gitignore export-ignore
|
||||||
|
/.travis.yml export-ignore
|
||||||
|
/docs export-ignore
|
||||||
|
/test export-ignore
|
||||||
|
/phpunit.xml.dist export-ignore
|
||||||
|
/Vagrantfile export-ignore
|
||||||
|
/vagrant export-ignore
|
||||||
Loading…
Reference in New Issue