From cce837c2186147ff820ece8d6a8296429a3faa17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Fri, 16 Jun 2023 15:35:31 +0200 Subject: [PATCH 1/2] Preserve the planet --- .gitattributes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c59020f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,19 @@ +/.docker export-ignore +/.github export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/behat.yml.dist export-ignore +/bin export-ignore +/docker-compose.yml export-ignore +/docs export-ignore +/ecs.php export-ignore +/etc 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 From 9037b6cf4c7b79e1ff8d56d4eec7cbad1971bee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Fri, 16 Jun 2023 15:36:16 +0200 Subject: [PATCH 2/2] Fix order --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index c59020f..c5b777e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ /.docker export-ignore -/.github export-ignore /.editorconfig export-ignore /.gitattributes export-ignore +/.github export-ignore /.gitignore export-ignore /behat.yml.dist export-ignore /bin export-ignore