From e41ea6bea97e4aca9b4cd6588c639d76c7fec5aa Mon Sep 17 00:00:00 2001 From: Susanne Kunis Date: Fri, 16 Apr 2021 18:19:09 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..09d9986 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# exclude .git* from generated tarball +.git* export-ignore +# exclude image dir from generated tarball +images export-ignore