diff --git a/.gitignore b/.gitignore index e51b2ab..2824a42 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,8 @@ tags # Persistent undo [._]*.un~ +# Misc +.DS_Store +dist/ + # End of https://www.toptal.com/developers/gitignore/api/go,vim diff --git a/.goreleaser.yaml b/.goreleaser.yaml new file mode 100644 index 0000000..264a2ad --- /dev/null +++ b/.goreleaser.yaml @@ -0,0 +1,5 @@ +gitea_urls: + api: https://git.handmadecities.com/api/v1 + download: https://git.handmadecities.com/ + # set to true if you use a self-signed certificate + skip_tls_verify: false