From 171f08306529b5514c290da812eedf277946bb6b Mon Sep 17 00:00:00 2001 From: josojo Date: Sun, 20 Aug 2023 12:03:53 +0200 Subject: [PATCH] Adding gitignore files (#69) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 7cf60e7b..5a1ea6b1 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,10 @@ stats.json .stylelintcache cache/ out/ +.env +deployment/deploy_parameters.json +artifacts/* +cache_hardhat/ +.openzeppelin/ +deployment/genesis.json +deployment/deploy_output.json \ No newline at end of file