Prechádzať zdrojové kódy

Add /out to .gitignore (#3908)

Francisco 2 rokov pred
rodič
commit
ccc175a9ed
1 zmenil súbory, kde vykonal 6 pridanie a 3 odobranie
  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*