From 045780998d53d9cb34bbd51acea189b5f3996474 Mon Sep 17 00:00:00 2001 From: Thomas Skerbis Date: Sat, 31 Aug 2024 23:17:01 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5467234 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +/vendor/** export-ignore +composer.json export-ignore +composer.lock export-ignore +.php-cs-fixer.cache export-ignore