From 67b7d827f480cd75c658947cfdff4835253ff2f1 Mon Sep 17 00:00:00 2001 From: denelon Date: Fri, 8 May 2020 13:19:21 -0700 Subject: [PATCH] Adding .gitattributes (#80) * Added .gitattributes .yaml files are text --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..fd74ab637 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.yaml text \ No newline at end of file