From 57387a25a87a024b6d840b28c7343cc4e4b9704c Mon Sep 17 00:00:00 2001 From: d3or Date: Wed, 21 Feb 2024 11:08:46 -0500 Subject: [PATCH] feat: git ignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 04a9751..3b12611 100644 --- a/.gitignore +++ b/.gitignore @@ -30,5 +30,7 @@ build/ # project specific dist/ -test/hardhat-waffle-project/cache -test/hardhat-waffle-project/artifacts \ No newline at end of file +test/example/cache +test/example/artifacts +test/example/node_modules +test/example/typechain-types \ No newline at end of file