From 417ec091a7898b453df440fbc25e9fcc58cae1e9 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 25 Oct 2019 15:32:46 -0700 Subject: [PATCH 1/2] Update .gitattributes --- .gitattributes | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index b552774f..37e6bb8e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ -*.go -text diff=golang -*.gohtml -text diff=golang +*.gohtml linguist-language=golang +*.js linguist-detectable=false +*.yml linguist-detectable=false +*.json linguist-detectable=false +dev/* linguist-vendored From b640bae63f39e439984b5ad5c0ca75c69ab194f2 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 25 Oct 2019 15:34:29 -0700 Subject: [PATCH 2/2] Create FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..136dccb4 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: ['https://www.buymeacoffee.com/hunterlong']