From 787b3b737bbdaa6b41fd27389ecb514d400451a1 Mon Sep 17 00:00:00 2001 From: Kelvin Mo Date: Sat, 20 May 2023 11:26:00 +1000 Subject: [PATCH] Add .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..049cf40 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/.github export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/composer.lock export-ignore +/RoboFile.php export-ignore