From 4127f96173ef1e34443023f641b9702e2097696e Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Fri, 2 Jun 2023 10:06:15 -0400 Subject: [PATCH] feat: add .gitattributes --- legacy/.gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 legacy/.gitattributes diff --git a/legacy/.gitattributes b/legacy/.gitattributes new file mode 100644 index 00000000..e22cbd9e --- /dev/null +++ b/legacy/.gitattributes @@ -0,0 +1,4 @@ +# Ignore in GitHub Languages: +# See https://github.com/github/linguist#vendored-code +examples/* linguist-vendored +test/* linguist-vendored