diff --git a/.gitattributes b/.gitattributes index b611ada..1fc69fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,8 @@ *.png filter=lfs diff=lfs merge=lfs -text *.xcf filter=lfs diff=lfs merge=lfs -text *.bmp filter=lfs diff=lfs merge=lfs -text + +# Exclude from git export +/.* export-ignore +/phpunit.xml export-ignore +/tests export-ignore