diff --git a/.gitattributes b/.gitattributes index 412eeda7..a141bb12 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,3 +20,17 @@ *.PDF diff=astextplain *.rtf diff=astextplain *.RTF diff=astextplain + +# Ignore files in git archive (i.e. GitHub release builds) +Dockerfile export-ignore +.travis.yml export-ignore +.github/ export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.dockerignore export-ignore +scalingo.json export-ignore +phpunit.xml export-ignore +phpcs.xml export-ignore +phpcompatibility.xml export-ignore +tests/ export-ignore +cache/.gitkeep export-ignore \ No newline at end of file