From 13fc4c127de6a0cc62b44714381f9840513dc713 Mon Sep 17 00:00:00 2001 From: Serany <17505625+jmctune@users.noreply.github.com> Date: Sat, 26 Aug 2023 10:41:16 -0500 Subject: [PATCH] Tell github to not run an archive on the entire repo when generating a source code zip --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6dbf986 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# there are too many users who manage to download the source code zip +# instead of the deliverable zip asset that's shipped. this tells github +# to generate a blank source code zip. +* export-ignore