From 153523dffe37614df205014f084722356c7194dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 26 Dec 2018 22:29:00 +0200 Subject: [PATCH 1/2] .gitattributes: make paths absolute --- .gitattributes | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 109a2fa..3877337 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,10 @@ # .gitattributes -tests/ export-ignore -.coveralls.yml export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.travis.yml export-ignore -phpunit.xml.dist export-ignore +/tests/ export-ignore +/.coveralls.yml export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore # Auto detect text files and perform LF normalization * text=auto From 38076e59a2ae648457a344ec7971da76940c5cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 26 Dec 2018 22:30:28 +0200 Subject: [PATCH 2/2] exclude more paths from composer install --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 3877337..57d123a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,12 @@ # .gitattributes +/docs/ export-ignore /tests/ export-ignore +/website/ export-ignore /.coveralls.yml export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore +/couscous.yml export-ignore /phpunit.xml.dist export-ignore # Auto detect text files and perform LF normalization