From 8a2c543ab217e4c5f4c0883553282a4f9ebc14f4 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 30 Nov 2023 11:56:10 +0100 Subject: [PATCH] Update .gitignore --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ecf7c30 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +Tests export-ignore +shell.nix export-ignore + +.github export-ignore +.gitattributes export-ignore +.gitignore export-ignore + +ecs.php export-ignore +phpstan.neon export-ignore +phpstan-baseline.neon export-ignore +phpunit.xml.dist export-ignore +codeception.dist.yml export-ignore