From a41491c0a6414b957f6bcd0cac5a6d73f2d72156 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 20 Aug 2019 09:53:50 +0200 Subject: [PATCH] Add .gitattributes. --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..802eac9eb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +/tests export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.scrutinizer.yml export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore +infection.json.dist export-ignore +grumphp.yml.dist export-ignore \ No newline at end of file