Merge pull request #4620 from ralphmcralph/remix-solidity-template

Add .gitignore template for Solidity + Remix
This commit is contained in:
Daniel Johnson 2025-04-25 13:04:07 -07:00 committed by GitHub
commit fc17de5482
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
Solidity-Remix.gitignore Normal file
View File

@ -0,0 +1,15 @@
# Remix compiler artifacts
**/artifacts/
**/artifacts/**
# Remix plugin state folders
deps/
states/
# Debug info
*.dbg.json
*.tsbuildinfo
# Optional
.env
.env.local