replace the Docker artifact build with GoReleaser config and a tag release workflow. Keep local artifact builds snapshot-only and clean generated frontend embed files after release runs.
33 lines
434 B
Plaintext
33 lines
434 B
Plaintext
*.cov
|
|
.cover
|
|
target
|
|
/logs/
|
|
/target/
|
|
/var/
|
|
debug
|
|
debug.test
|
|
.vscode
|
|
.idea/
|
|
*.prof
|
|
*.test
|
|
/rest-client.env.json
|
|
.DS_Store
|
|
.mongo
|
|
remark42
|
|
/bin/
|
|
/dist/
|
|
/backend/var/
|
|
/backend/app/var/
|
|
/backend/app/cmd/web/
|
|
/backend/*.html.tmpl
|
|
compose-private-backend.yml
|
|
compose-private-frontend.yml
|
|
compose-private.yml
|
|
/backend/_example/*/vendor
|
|
http-client.env.json
|
|
/playwright-report/
|
|
/backend/app/cmd/var
|
|
|
|
# ralphex progress logs
|
|
.ralphex/progress/
|