From 49ae798ccff007a7fc7fa52b599550492a5dcb65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20B?= <1116761+fbonzon@users.noreply.github.com> Date: Fri, 1 Dec 2017 11:03:56 +0100 Subject: [PATCH] Add .github directory to export-ignore (#1261) + Keep lines sorted: easier to read and maintain --- .gitattributes | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6bc373b0..1bebc31b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,13 @@ * text=auto -/docs export-ignore -/test export-ignore /.gitattributes export-ignore +/.github export-ignore /.gitignore export-ignore /.scrutinizer.yml export-ignore /.travis.yml export-ignore -/travis.phpunit.xml.dist export-ignore -/SECURITY.md export-ignore /changelog.md export-ignore +/docs export-ignore /README.md export-ignore +/SECURITY.md export-ignore +/test export-ignore +/travis.phpunit.xml.dist export-ignore