From 2111e2302ce37c02166a48953fa424b499be14ee Mon Sep 17 00:00:00 2001 From: Albert Casademont Date: Mon, 8 Jun 2020 17:30:36 +0200 Subject: [PATCH] Do not export tests folder --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..86ccf28 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/tests export-ignore +/.* export-ignore