mirror of
https://github.com/github/gitignore.git
synced 2025-04-28 19:59:24 +00:00
Merge pull request #4620 from ralphmcralph/remix-solidity-template
Add .gitignore template for Solidity + Remix
This commit is contained in:
commit
fc17de5482
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…
x
Reference in New Issue
Block a user