From 08c1199850aad2687f99103d0d52074fdca6c1d8 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 19 Sep 2022 10:15:15 +0200 Subject: [PATCH] Export ignore Remove phpcs.xml and Git-related files from archives. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..827faba --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.git* export-ignore +phpcs.xml export-ignore