From 6ba415ebaeff744c684674e06cc329e5a1c83d16 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Wed, 30 Dec 2020 20:47:24 +0100 Subject: [PATCH] Ignore github workflows on export --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dae69cd --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.github/** export-ignore