From db8cb6cc9b5d77f2f455158f64111d92cd1f4ece Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Tue, 18 Feb 2025 17:27:30 -0500 Subject: [PATCH] Exclude .github folder and .php_cs from being included in composer download --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6ca01898..b800f758 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,10 +4,12 @@ * text eol=lf # Ignore all test and documentation with "export-ignore". +/.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore /phpunit.xml.dist export-ignore +/.php_cs.dist.php export-ignore /.scrutinizer.yml export-ignore /tests export-ignore /.editorconfig export-ignore