From 03ee475d2dc4f5064093a42276f77a622925c496 Mon Sep 17 00:00:00 2001 From: khs1994 Date: Mon, 20 Aug 2018 18:16:21 +0800 Subject: [PATCH] Add .gitattributes, export ignore some files --- gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gitattributes diff --git a/gitattributes b/gitattributes new file mode 100644 index 00000000..cd7fc4ac --- /dev/null +++ b/gitattributes @@ -0,0 +1,7 @@ +* text=auto + +/docs export-ignore +/examples export-ignore +/tests export-ignore +/phpunit.xml.dist export-ignore +/test-env.sh export-ignore