From e33a9fad1697a2d8078af37520c336b461467a70 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Tue, 2 Aug 2022 18:26:54 +0300 Subject: [PATCH] Add .gitattributes, exclude tests from archive (#5823) --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..44ba6dff9f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/.editorconfig export-ignore +/.gitattributes export-ignore +/.github export-ignore +/.gitignore export-ignore +/phpcs.xml.dist export-ignore