From 92045a9d389752d28c08cdee2425a281501a9bb1 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Tue, 6 Oct 2020 00:47:37 +0200 Subject: [PATCH] Don't include dotfiles and CI files in release tarball --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..1a848588 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.* export-ignore +.*/** export-ignore +appveyor.yml export-ignore