diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a5d9bb7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# If you prefer the allow list template instead of the deny list, see community template: +# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore +# +# 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/ + +# Go workspace file +go.work + +# Files we use +binaries/ +modmerge diff --git a/.mise.toml b/.mise.toml new file mode 100644 index 0000000..b55f8c1 --- /dev/null +++ b/.mise.toml @@ -0,0 +1,2 @@ +[tools] +go = "latest" diff --git a/README.md b/README.md index 0009e8d..2283d15 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The end result, assuming everything is successful, is you will have an updated c ``` cd /path/to/modmerge -go build github.com/scottbrooks/modmerge/modmerge +go build ./... ``` # Redistribution