From 46c599333e856e438d16fc19c63ac0974634e342 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Sat, 31 Jul 2021 05:03:33 -0700 Subject: [PATCH] Exclude some files & directories from archives & releases (#61) --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f97e4ab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +.* export-ignore +gendoc.sh export-ignore +integration-test.sh export-ignore +preview_gen.py export-ignore +screenshot.xcf export-ignore