From 7846ac001ec5dea487bf995fec5b99aa24057bbf Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Thu, 23 Feb 2023 21:03:25 +0200 Subject: [PATCH] Cherry-pick attributes from the master branch --- .gitattributes | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index f02240b..681377a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,8 @@ +/docs/*.py export-ignore +/docs/*.txt export-ignore +/docs/_* export-ignore /tests export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.gitlab-ci.yml export-ignore -/.travis.yml export-ignore +/.git* export-ignore +/*.yml export-ignore +/*.xml export-ignore +/*.xml.dist export-ignore