adding git data

This commit is contained in:
David E. Perez Negron R 2023-04-05 09:51:13 -06:00
commit 3aa53ebbd7
2 changed files with 20 additions and 0 deletions

7
.gitattributes vendored Normal file
View File

@ -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

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# Website packaging
_site
.sass-cache
.jekyll-metadata
vendor
# Editor files
.gitpod.yml
.DS_Store
/.idea
# Secrets
.vercel