abnercoimbre 2024-05-01 15:36:29 -07:00
commit 90c356584e
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