From dc824de74b696ec9c70ab2ddb2f5af5e640fdda1 Mon Sep 17 00:00:00 2001 From: thePanz Date: Wed, 22 Feb 2023 09:19:57 +0100 Subject: [PATCH] Add(gitattributes) Add .gitattributes to repository --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..9645b77e9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +.docker/ export-ignore +.editorconfig export-ignore +.env.dist export-ignore +.gitattributes export-ignore +.github/ export-ignore +.gitignore export-ignore +.php-cs-fixer.dist.php export-ignore +docker-compose.yml export-ignore +phpstan.neon export-ignore +phpunit.xml export-ignore +tests/ export-ignore