diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..dd4ecc3 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,34 @@ +# .dockerignore + +### Backup ### +*.bak +*.gho +*.ori +*.orig +*.tmp + +# ... +# (省略其他内容) + +# log +*.log + +# Output of backend and frontend +/_output +/_debug + +# Misc +.DS_Store +# *.env +# .env +dist + +# files used by the developer +.idea.md +.todo.md +.note.md + +.idea/ + +# config files, may contain sensitive information +dist/ diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 5b9051a..507427d 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -77,8 +77,6 @@ archives: - README.md - CHANGELOG/* - docs/* - - src: "*.md" - dst: docs # a more complete example, check the globbing deep dive below - src: "*.md" dst: docs