Skip to content

Commit

Permalink
Update ignore files for soldeer (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau authored Aug 14, 2024
1 parent 1f6690a commit c1208ba
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ cache/
out/

# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/**/dry-run/
broadcast/

# Dotenv file
.env
Expand All @@ -15,4 +13,7 @@ node_modules/

# Hardhat build output
artifacts/
cache_hardhat/
cache_hardhat/

# Soldeer dry-run output
openzeppelin-foundry-upgrades.zip
21 changes: 21 additions & 0 deletions .soldeerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Compiler files
cache/
out/

# Ignores development broadcast logs
broadcast/

# Dotenv file
.env

# Node modules
node_modules/

# Hardhat build output
artifacts/
cache_hardhat/

# Soldeer dry-run output
openzeppelin-foundry-upgrades.zip

.git/

0 comments on commit c1208ba

Please sign in to comment.