Skip to content

Commit

Permalink
feat: add more test utils
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong(cubxxw-openim) <[email protected]>
  • Loading branch information
cubxxw committed Jul 24, 2023
1 parent 71ab17e commit 37b9aca
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
34 changes: 34 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -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/
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37b9aca

Please sign in to comment.