Add .gitignore template for Solidity + Remix

This commit is contained in:
ralphmcralph 2025-04-25 10:23:37 +02:00
parent 010b77ba77
commit 86a7d7dbad

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