From a8134f9fefa3fcd081e7e1ba71d532ca7d890458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Fri, 16 Jun 2023 15:34:27 +0200 Subject: [PATCH] Preserve the planet --- .gitattributes | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a2c87c2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,20 @@ +/.docker export-ignore +/.github export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/bin export-ignore +/docs export-ignore +/etc export-ignore +/behat.yml.dist export-ignore +/docker-compose.yml export-ignore +/docs export-ignore +/ecs.php export-ignore +/Makefile export-ignore +/node_modules export-ignore +/phpspec.yml.dist export-ignore +/phpstan.neon export-ignore +/phpunit.xml.dist export-ignore +/psalm.xml export-ignore +/symfony.lock export-ignore +/tests export-ignore