Skip to content
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

[Feature] Add .vscode to .gitignore file #291

Closed
1 task done
Vanessa082 opened this issue Oct 24, 2024 · 1 comment · Fixed by #318 · May be fixed by #292
Closed
1 task done

[Feature] Add .vscode to .gitignore file #291

Vanessa082 opened this issue Oct 24, 2024 · 1 comment · Fixed by #318 · May be fixed by #292
Labels
💻 aspect: code Concerns the software code in the repository ✨ goal: improvement Improvement to an existing feature 🟩 priority: low Low priority and doesn't need to be rushed 🏁 status: ready for work Ready for work

Comments

@Vanessa082
Copy link
Contributor

Problem

Since the .vscode folder often contains settings to your local development workspace such as Extensions you have, custom key bindings, themes, and so on, It's best this file is ignored, to avoid conflicting with others

One way around is for each contributor to delete their .vscode folder if it exists, but it's easier just ignoring it with .gitinore

Implementation

  • I would be interested in implementing this feature.
@Vanessa082 Vanessa082 added ✨ goal: improvement Improvement to an existing feature 💻 aspect: code Concerns the software code in the repository 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work 🟩 priority: low Low priority and doesn't need to be rushed labels Oct 24, 2024
@cc-open-source-bot cc-open-source-bot moved this to Triage in WebDev Oct 24, 2024
@possumbilities possumbilities moved this from Triage to Backlog in WebDev Oct 24, 2024
@possumbilities possumbilities added 🏁 status: ready for work Ready for work and removed 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work labels Oct 24, 2024
possumbilities added a commit that referenced this issue Nov 15, 2024
fixes #291  Ignore .vscode folder to prevent workspace conflicts
@github-project-automation github-project-automation bot moved this from Backlog to Done in WebDev Nov 15, 2024
@rahulptl165
Copy link
Contributor

Hi @possumbilities, can you assign me this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository ✨ goal: improvement Improvement to an existing feature 🟩 priority: low Low priority and doesn't need to be rushed 🏁 status: ready for work Ready for work
Projects
Archived in project
3 participants