From 1431afd3d79d224ede97035f64d07ce5cb0d9395 Mon Sep 17 00:00:00 2001 From: TheSecEng Date: Fri, 17 Apr 2020 15:11:21 -0400 Subject: [PATCH] implement: .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bdd4ea2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/tests export-ignore \ No newline at end of file