From 00411f8e84a3ffb92c7b8c6955cb840379f6900f Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 10 Nov 2019 20:54:04 -0700 Subject: [PATCH] Add bin to .gitattributes Needs symfony/console from `require-dev` so most composer includes probably don't want these files :) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index f376a7e0bf5..0a4ef5839f0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,7 @@ /.gitignore export-ignore /.scrutinizer.yml export-ignore /.travis.yml export-ignore +/bin export-ignore /build.properties export-ignore /build.xml export-ignore /composer.lock export-ignore