From 1c5c7682fad1b5e30df9179efac06e84c5f8a94f Mon Sep 17 00:00:00 2001 From: luk3yx Date: Thu, 27 Feb 2025 17:35:27 +1300 Subject: [PATCH] Exclude documentation from ContentDB releases --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5b37b6e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.* export-ignore +doc export-ignore +*.py export-ignore +mkdocs.yml export-ignore