From 6f33527ece1d8254e91b849919ffeeadd14d785c Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 17 Sep 2022 16:31:20 -0700 Subject: [PATCH] add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f627685 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.rb diff=ruby +*.gemspec diff=ruby