From d230dbeac1927c2eda1f6d6f97b7e5bfd9a2f0db Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Sat, 23 Jul 2022 07:33:09 +0300 Subject: [PATCH] do not export doc configs --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 5819664..1beee46 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ +/docs/*.py export-ignore +/docs/*.txt export-ignore +/docs/_* export-ignore /tests export-ignore /debug export-ignore /.git* export-ignore