ENG-2640: Remove duplicate cursor config files and update .gitignore#7384
ENG-2640: Remove duplicate cursor config files and update .gitignore#7384
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Co-authored-by: Cursor <cursoragent@cursor.com>
| @@ -1,10 +0,0 @@ | |||
| --- | |||
There was a problem hiding this comment.
Moved to new cursor repo.
Greptile SummaryThis PR removes duplicate Cursor configuration files (general rules and sensitive-info-protection rules) that are now managed centrally in the Key changes:
Important note: Verify that Greptile custom instructions referencing these deleted rule files are updated to point to the new shared repo location. Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 9759758 |
Additional Comments (1)
Context Used: Context from |
.gitignore
Outdated
| .cursor/rules/ | ||
| .cursor/skills/ | ||
| .cursor/plans/ | ||
| .cursor/scripts/ |
There was a problem hiding this comment.
at this point, why not just ./cursor?
| .cursor/rules/ | |
| .cursor/skills/ | |
| .cursor/plans/ | |
| .cursor/scripts/ | |
| .cursor |
There was a problem hiding this comment.
updated but still tracking the .cursor/rules/sensitive-info-protection.mdc rule
Co-authored-by: Jason Gill <jason.gill@ethyca.com>
Ticket ENG-2640
Description Of Changes
Remove cursor configuration files that are now managed in the shared
ethyca/cursorrepo and update.gitignoreto ignore symlinked cursor directories (rules, skills, plans, scripts). Commands remain tracked as repo-specific files.Code Changes
.cursor/rules/general.mdc- Removed (duplicate of shared cursor repo).cursor/rules/sensitive-info-protection.mdc- Removed (duplicate of shared cursor repo).gitignore- Added.cursor/rules/,.cursor/skills/,.cursor/plans/,.cursor/scripts/ignoresSteps to Confirm
git statusshould not show them as untrackedPre-Merge Checklist
CHANGELOG.mdupdatedAdd a db-migration labelAdd a high-risk labelMade with Cursor