Add .gitignore template for Solidity + Remix
This commit is contained in:
parent
010b77ba77
commit
86a7d7dbad
1 changed files with 15 additions and 0 deletions
15
Solidity-Remix.gitignore
Normal file
15
Solidity-Remix.gitignore
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue