From 5a5843fb5efa17f90958c94c276d36ca17b18335 Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Sun, 23 Jan 2022 17:33:24 +0100 Subject: [PATCH] add .gitattributes --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4a72cd1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +/.docker export-ignore +/.git* export-ignore +/.php-cs-fixer.php export-ignore +/*.svg export-ignore +/CHANGELOG.md export-ignore +/CONTRIBUTING.md export-ignore +/docker-compose.yml export-ignore +/features export-ignore +/phpspec*.yml export-ignore +/psalm.xml export-ignore +/README.md export-ignore +/spec export-ignore