Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ mcp-toolbox
toolbox
toolbox.exe
**/test.db
.DS_Store
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The PR title and description do not match the actual changes. The title docs: fix typo... is inaccurate as the change adds .DS_Store to .gitignore. According to the repository style guide, the PR title should use the chore type and provide a concise description. Additionally, the PR description template must be completed rather than leaving the placeholder text. Finally, .DS_Store is an OS-generated file and should be placed in its own section rather than under the # executable header.


# OS files
.DS_Store
References
  1. PR titles must follow the format <type>[optional scope]: <description> and use appropriate types (e.g., chore for configuration changes). (link)
  2. Every PR must include a description that follows the repository's template. (link)