Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
marczeller committed Jul 21, 2024
1 parent 2eda0d9 commit 905e7a0
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Environment variables
.env

# Foundry build artifacts
# Foundry
cache/
out/

# Logs
logs/

# Broadcast
broadcast/

# Dotenv file
.env

# Node modules (if you're using any npm packages)
node_modules/

Expand All @@ -22,4 +25,12 @@ node_modules/

# Temporary files
*.tmp
*.temp
*.temp

# Hardhat files (if you're also using Hardhat)
artifacts/
cache_hardhat/

# Misc
*.log
*.bak

0 comments on commit 905e7a0

Please sign in to comment.