Update .gitattributes to reduce archive size
This commit is contained in:
parent
0bea30f434
commit
c7b2c335a6
|
|
@ -1,8 +1,10 @@
|
||||||
|
/.env export-ignore
|
||||||
/.gitattributes export-ignore
|
/.gitattributes export-ignore
|
||||||
/.gitignore export-ignore
|
/.gitignore export-ignore
|
||||||
/.travis.yml export-ignore
|
/.travis.yml export-ignore
|
||||||
|
/docker export-ignore
|
||||||
|
/docker-compose.yml export-ignore
|
||||||
/docs export-ignore
|
/docs export-ignore
|
||||||
/test export-ignore
|
/test export-ignore
|
||||||
/phpunit.xml.dist export-ignore
|
/phpunit.xml.dist export-ignore
|
||||||
/Vagrantfile export-ignore
|
/public export-ignore
|
||||||
/vagrant export-ignore
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue