Skip to content

Commit fc17de5

Browse files
authored
Merge pull request #4620 from ralphmcralph/remix-solidity-template
Add .gitignore template for Solidity + Remix
2 parents 010b77b + 86a7d7d commit fc17de5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Solidity-Remix.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Remix compiler artifacts
2+
**/artifacts/
3+
**/artifacts/**
4+
5+
# Remix plugin state folders
6+
deps/
7+
states/
8+
9+
# Debug info
10+
*.dbg.json
11+
*.tsbuildinfo
12+
13+
# Optional
14+
.env
15+
.env.local

0 commit comments

Comments
 (0)