Skip to content

Commit f5c0d62

Browse files
authored
Add .cursor/cli.json to .gitignore (#4895)
## Changes - Add `.cursor/cli.json` to `.gitignore` so local Cursor CLI configuration is not tracked. ## Why Similar to `.claude/settings.local.json` which is already ignored, `.cursor/cli.json` is a local editor config file that should not be committed.
1 parent c9cf556 commit f5c0d62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ go.work.sum
5959
.codegen/openapi.json
6060

6161
.claude/settings.local.json
62+
.cursor/cli.json
6263
tools/gofumpt
6364
.claude/worktrees/
6465
.worktrees/

0 commit comments

Comments
 (0)