2 Commits

Author SHA1 Message Date
Abner Coimbre
668402059f Update gitignore 2024-04-30 14:51:37 -07:00
Abner Coimbre
0ba1c69a7d Add .goreleaser.yaml 2024-04-30 14:50:30 -07:00
2 changed files with 9 additions and 0 deletions

4
.gitignore vendored
View File

@@ -46,4 +46,8 @@ tags
# Persistent undo
[._]*.un~
# Misc
.DS_Store
dist/
# End of https://www.toptal.com/developers/gitignore/api/go,vim

5
.goreleaser.yaml Normal file
View File

@@ -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