From 279207822279c4eec5e150ae6df2d981dbea447f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 7 Jan 2017 10:03:13 +0100 Subject: [PATCH] Exclude some files from composer installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b58b52b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +/ci export-ignore +/data export-ignore +/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +codeconv.yml export-ignore +phpunit.xml export-ignore +.php_cs export-ignore