From 0dc7dc7330fabf1ed470259df372005cf09a6ebf Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Sat, 19 Aug 2017 12:12:25 +0200 Subject: [PATCH] Exclude non-essential files in .gitattributes --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..21a48def --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto + +/examples export-ignore +/test export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/CHANGELOG.md export-ignore +/README.md export-ignore +/phpunit.xml.dist export-ignore