From f666fdedd8304c27190f67b3f0508a0b9cf25e76 Mon Sep 17 00:00:00 2001 From: Nuryagdy Mustapayev Date: Tue, 21 Mar 2023 20:31:47 +0100 Subject: [PATCH] created .gitattributes --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..b3b63df4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +.gitattributes export-ignore +.gitignore export-ignore +docker-compose.yml export-ignore +phpstan.neon export-ignore +phpstan-baseline.neon export-ignore +phpunit.xml export-ignore +rector.php export-ignore +.docker/ export-ignore +.github/ export-ignore +tests/ export-ignore +examples/ export-ignore