From aa3176ea634d5840abd7c14f14abca90161f2192 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Thu, 10 Jun 2021 10:18:52 +0200 Subject: [PATCH] [TASK] Ignore tests for packaging and any dot file --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 01e388a..ce2beed 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ -/.gitattributes export-ignore +/.* export-ignore /.github/ export-ignore +/tests/ export-ignore