From f9eaa1d73b36a3a9b4410979a067f733aae8b8af Mon Sep 17 00:00:00 2001 From: Carlos Buenosvinos Date: Sat, 29 Dec 2012 20:50:33 +0100 Subject: [PATCH 1/2] Make monolog a Light-weight composer package --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..5035584a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/doc export-ignore +/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +CHANGELOG.mdown export-ignore +phpunit.xml.dist export-ignore +README.mdown export-ignore From d345993ecb82cf17ef5c099255c86a768ea5617f Mon Sep 17 00:00:00 2001 From: Carlos Buenosvinos Date: Mon, 31 Dec 2012 16:15:17 +0100 Subject: [PATCH 2/2] Do not exclude readme and changelog --- .gitattributes | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5035584a..e2651712 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,4 @@ .gitattributes export-ignore .gitignore export-ignore .travis.yml export-ignore -CHANGELOG.mdown export-ignore -phpunit.xml.dist export-ignore -README.mdown export-ignore +phpunit.xml.dist export-ignore \ No newline at end of file