From 9cefdb0b38169b408e63f2480ee42215e6b37806 Mon Sep 17 00:00:00 2001 From: Laurent Muller Date: Tue, 22 Oct 2024 16:10:58 +0200 Subject: [PATCH 1/3] Added .neon files to ignore export. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 50ace542..e61aed55 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,7 @@ /tests export-ignore .gitattributes export-ignore .gitignore export-ignore +.neon export-ignore .php_cs.dist export-ignore phpunit.xml.dist export-ignore psalm.xml export-ignore From 214ecc43de512c5e1cbea8a7ee521cbcbfb0b9e2 Mon Sep 17 00:00:00 2001 From: Bibi Date: Tue, 22 Oct 2024 16:44:13 +0200 Subject: [PATCH 2/3] Added tools directory to export ignore. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e61aed55..3d616ddf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ /docs export-ignore /.github export-ignore /tests export-ignore +/tools export-ignore .gitattributes export-ignore .gitignore export-ignore .neon export-ignore From c49c12b35e4c6c6c61ae9a139cbed6394e1dc7c8 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Tue, 22 Oct 2024 18:26:58 +0200 Subject: [PATCH 3/3] Better reordering of the gitattributes list --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3d616ddf..640156f8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -/docs export-ignore /.github export-ignore +/docs export-ignore /tests export-ignore /tools export-ignore .gitattributes export-ignore