From 3d5cf20039a04c50e7399892789b16e010fc537f Mon Sep 17 00:00:00 2001 From: David Grayston Date: Wed, 8 Jul 2020 18:27:13 +0100 Subject: [PATCH] SDK-1480: Add github config to export ignore --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ba4386a..e8f0173 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,6 +11,7 @@ /.dependabot export-ignore /phpstan.neon.dist export-ignore /examples export-ignore +/.github export-ignore # Auto detect text files and perform LF normalization -* text=auto \ No newline at end of file +* text=auto