mirror of
https://github.com/github/gitignore.git
synced 2025-04-28 11:49:25 +00:00
Add .gitignore template for Solidity + Remix
This commit is contained in:
parent
010b77ba77
commit
86a7d7dbad
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