From 3aaca80c6d6274c8380d81cfb4bc955c08ceb9c7 Mon Sep 17 00:00:00 2001 From: Ossi P Date: Fri, 20 Mar 2020 13:00:15 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0832564 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +/tests export-ignore +/docs export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.gitmodules export-ignore +.appveyor.yml export-ignore +.travis.yml export-ignore +build.properties export-ignore +build.xml export-ignore +phpunit.xml.dist export-ignore +run-all.sh export-ignore +/phpcs.xml.dist export-ignore +/composer.lock export-ignore