adding git data
This commit is contained in:
commit
3aa53ebbd7
|
@ -0,0 +1,7 @@
|
||||||
|
# GitHub highlighting for Solidity files
|
||||||
|
# See https://github.com/github/linguist/pull/3973#issuecomment-357507741
|
||||||
|
*.sol linguist-language=Solidity
|
||||||
|
|
||||||
|
# Force Linux line endings on all files
|
||||||
|
# Necessary for running eipw locally
|
||||||
|
* text=auto eol=lf
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Website packaging
|
||||||
|
_site
|
||||||
|
.sass-cache
|
||||||
|
.jekyll-metadata
|
||||||
|
vendor
|
||||||
|
|
||||||
|
# Editor files
|
||||||
|
.gitpod.yml
|
||||||
|
.DS_Store
|
||||||
|
/.idea
|
||||||
|
|
||||||
|
# Secrets
|
||||||
|
.vercel
|
Loading…
Reference in New Issue