From 30e55c705f685796073e65fe639af5c9bcf030af Mon Sep 17 00:00:00 2001 From: amrita-shrestha Date: Thu, 30 Jan 2025 10:55:43 +0545 Subject: [PATCH] avoid installing unnecessary file for user --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..80583dc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +tests/ export-ignore +.editorconfig/ export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.php-cs export-ignore +.scrutinizer.yml export-ignore +.styleci.yml export-ignore +.travis.yml export-ignore +phpunit.xml export-ignore