From 5b6e531146a678764f5b2fc56ab22e6414501d48 Mon Sep 17 00:00:00 2001 From: gathon Date: Mon, 10 Apr 2023 14:26:25 +0300 Subject: [PATCH] initial commit --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5c5a004 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +node_modules +.env +coverage +coverage.json +typechain +typechain-types + +#Hardhat files +cache +artifacts + +dist +_accounts.ts +_notes.txt \ No newline at end of file