From 866f23eb96775cd9f793dc1f856acd9f9290725e Mon Sep 17 00:00:00 2001 From: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:17:17 -0800 Subject: [PATCH] git ignore & build fix --- .github/workflows/build.yml | 3 +-- .gitignore | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4cd44fa..1ac48cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,9 +30,8 @@ jobs: - name: Compile run: | go mod download - cd cmd go build . - uses: actions/upload-artifact@v3 with: name: ethereum-api ${{ matrix.targetos }} ${{ matrix.arch }} - path: cmd/ethereum-api + path: ethereum-api diff --git a/.gitignore b/.gitignore index 3561881..44fb070 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,26 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# OSX +*.DS_Store + +# build +main +build/ + config.yaml + .netrc