From a6e7b13f59c99cbeb5a9518a4b43c1f7bfcc9887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Thu, 22 Sep 2022 10:38:17 +0200 Subject: [PATCH] git archive: ignore phpcs.xml and Git-related files --- .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