From 3aa53ebbd78f74f9f7e2c9e4e065e960902939a8 Mon Sep 17 00:00:00 2001 From: "David E. Perez Negron R" Date: Wed, 5 Apr 2023 09:51:13 -0600 Subject: [PATCH] adding git data --- .gitattributes | 7 +++++++ .gitignore | 13 +++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore 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