From 752289ecdeaabc1e32b210ba45d1cae7e6837da6 Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Thu, 24 Jun 2021 10:09:19 -0400 Subject: [PATCH] Add .gitattributes: drop files from GitHub release --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..076eafd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Exclude several megabytes from GitHub release .zip/.tar.gz bundles. +.git* export-ignore +Site export-ignore