From 6ea40c9a28cf496e7b52767378b6c0e900053485 Mon Sep 17 00:00:00 2001 From: t11s Date: Wed, 13 Oct 2021 23:25:58 -0700 Subject: [PATCH] chore: Create .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8aa7636 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sol linguist-language=Solidity +.dapprc linguist-language=Shell