-
Notifications
You must be signed in to change notification settings - Fork 83.1k
Add Cursor editor ignore files to Python.gitignore #4633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -172,3 +172,10 @@ cython_debug/ | |
|
||
# PyPI configuration file | ||
.pypirc | ||
|
||
# Cursor | ||
# Cursor is an AI-powered code editor.`.cursorignore` specifies files/directories to | ||
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data | ||
# refer to https://docs.cursor.com/context/ignore-files | ||
.cursorignore | ||
.cursorindexingignore | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removing the end-of-file newline disrupts line counting and concatenation. I hope it can be quickly restored back. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey sorry I missed this in my review @covracer. I'll get a PR together to restore that newline 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: extra and missing whitespace