Ver Fonte

Add /out to .gitignore (#3908)

Francisco há 2 anos atrás
pai
commit
ccc175a9ed
1 ficheiros alterados com 6 adições e 3 exclusões
  1. 6 3
      .gitignore

+ 6 - 3
.gitignore

@@ -54,9 +54,12 @@ allFiredEvents
 .coverage_cache
 .coverage_contracts
 
-# hardhat
-cache
-artifacts
+# Hardhat
+/cache
+/artifacts
+
+# Foundry
+/out
 
 # Certora
 .certora*