Skip to content

feat: Ignore editor-specific files and folders #2108

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

Open
rosidae opened this issue Apr 16, 2025 · 0 comments
Open

feat: Ignore editor-specific files and folders #2108

rosidae opened this issue Apr 16, 2025 · 0 comments
Labels
🌟 enhancement New feature or request

Comments

@rosidae
Copy link

rosidae commented Apr 16, 2025

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:

  • The editor being used
  • The user's preferences and opinions

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)

.cursor
.cursorrules
.vscode

Windsurf (VS Code fork)

.windsurfrules
.vscode

VS Code

.vscode

JetBrains-based editor

.idea

Additional information

Expands on #1904

@rosidae rosidae added the 🌟 enhancement New feature or request label Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant