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