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
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ build/

# claude
plans
.serena
.serena
.vercel

.codex
.cursor/mcp.json
.mcp.json
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔵 [Style/Maintainability] Missing trailing newline and no section comment for new entries

The file still ends with no trailing newline (\ No newline at end of file), which was also present in the original. This PR is a good opportunity to fix it. Additionally, the new entries .codex, .cursor/mcp.json, and .mcp.json are added without an organizing comment, while other tool-specific entries already have a # claude section comment. Consider adding a comment like # local MCP configs to group these new entries for clarity.

Suggested change:

# local MCP configs
.codex
.cursor/mcp.json
.mcp.json

(followed by a trailing newline at end of file)

Loading