From bad894e06cbffdeebf4e7bea567264ad4539ee50 Mon Sep 17 00:00:00 2001 From: Emanuele Panzeri Date: Thu, 16 Jul 2020 17:22:40 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d84cac9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Files to exclude when creating archive +.gitattributes export-ignore +.gitignore export-ignore +.php_cs export-ignore +.travis.yml export-ignore +doc export-ignore +phpunit.xml.dist export-ignore +tests export-ignore