From 0a2d4c1649d85ea9376c60c396cc686d622de46e Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Wed, 2 Dec 2015 17:02:54 +0100 Subject: [PATCH] Add files to attributes Added more files to the .gitattributes file. --- .gitattributes | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index cae05a90..815391c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,14 @@ -tests/ export-ignore -phpunit.xml export-ignore +* text=auto + +/examples export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore .travis.yml export-ignore -.scrutinizer.yml export-ignore \ No newline at end of file +.scrutinizer.yml export-ignore +/codeception.yml export-ignore +/phpunit.xml export-ignore +/CHANGELOG.md export-ignore +/CONTRIBUTING.md export-ignore +/README.md export-ignore