We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes, editor-specific files should not be pushed to a repository by default as they're specific to:
By default, add the following to .gitignore
.gitignore
.cursor
.cursorrules
.windsurfrules
.vscode
.idea
Ask what editor they use, and add the corresponding entries to the .gitignore
.cursor .cursorrules .vscode
.windsurfrules .vscode
Expands on #1904
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Yes, editor-specific files should not be pushed to a repository by default as they're specific to:
Describe the solution you'd like to see
By default, add the following to
.gitignore
.cursor
.cursorrules
.windsurfrules
.vscode
.idea
Describe alternate solutions
Ask what editor they use, and add the corresponding entries to the
.gitignore
Cursor (VS Code fork)
Windsurf (VS Code fork)
VS Code
JetBrains-based editor
Additional information
Expands on #1904
The text was updated successfully, but these errors were encountered: