Add GoReleaser configuration, CI workflows, and contributing guidelines; update .gitignore and Makefile
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,5 +1,7 @@
|
||||
# Binary (only at root, not cmd/fence or pkg/fence)
|
||||
/fence
|
||||
/fence_unix
|
||||
/fence_darwin
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
@@ -15,3 +17,6 @@ Thumbs.db
|
||||
*.test
|
||||
coverage.out
|
||||
|
||||
# GoReleaser
|
||||
/dist/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user