commit 3aa53ebbd78f74f9f7e2c9e4e065e960902939a8 Author: David E. Perez Negron R Date: Wed Apr 5 09:51:13 2023 -0600 adding git data diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a9a9d1e --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8503a3c --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Website packaging +_site +.sass-cache +.jekyll-metadata +vendor + +# Editor files +.gitpod.yml +.DS_Store +/.idea + +# Secrets +.vercel