From 7f58333cba72172dbeafbfd71870b67cf6980c87 Mon Sep 17 00:00:00 2001 From: Neeraj Kashyap Date: Sat, 11 Dec 2021 18:46:57 -0800 Subject: [PATCH] Initiated brownie project --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..adb20fe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sol linguist-language=Solidity +*.vy linguist-language=Python