From 6dd59ce520b2eca6212997db5c78b1f7ac708f67 Mon Sep 17 00:00:00 2001 From: Simon Daigre Date: Fri, 25 Oct 2024 21:29:02 +0200 Subject: [PATCH] Add missing .gitattributes --- src/Hal/.gitattributes | 5 +++++ src/HttpCache/.gitattributes | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 src/Hal/.gitattributes create mode 100644 src/HttpCache/.gitattributes diff --git a/src/Hal/.gitattributes b/src/Hal/.gitattributes new file mode 100644 index 00000000000..801f2080d71 --- /dev/null +++ b/src/Hal/.gitattributes @@ -0,0 +1,5 @@ +/.github export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/Tests export-ignore +/phpunit.xml.dist export-ignore diff --git a/src/HttpCache/.gitattributes b/src/HttpCache/.gitattributes new file mode 100644 index 00000000000..801f2080d71 --- /dev/null +++ b/src/HttpCache/.gitattributes @@ -0,0 +1,5 @@ +/.github export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/Tests export-ignore +/phpunit.xml.dist export-ignore