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

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