Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMist authored Oct 11, 2024
1 parent acf3898 commit 9a05fdd
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Compiler files
artifacts/
cache/
out/
crytic-export/
node_modules/
typechain/
foundry-out/
.vscode/
.DS_Store
.idea

# Ignores local env variables, avoid committing sensitive information
.env

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

# Docs
docs/

# Dotenv file
.env
/broadcast/*

0 comments on commit 9a05fdd

Please sign in to comment.