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

chore(gitignore): add .vscode #16732

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Conversation

leon-win
Copy link
Member

Description

Add .vscode item to .gitignore file.

Motivation

The .vscode folder contains settings for a widely used editor Visual Studio Code. To allow users to save their workspace settings, we must add .vscode to the .gitignore file.

For example my settings (enables auto formatting markdown files with installed markdownlint extension):

{
  "editor.codeActionsOnSave": {
    "source.fixAll.markdownlint": true
  },
  "[markdown]": {
    "editor.formatOnSave": true
  }
}

@leon-win leon-win requested a review from a team as a code owner October 27, 2023 18:52
@github-actions github-actions bot added the system Infrastructure and configuration for the project label Oct 27, 2023
@caugner caugner changed the title chore: add .vscode to .gitignore chore(gitignore): add .vscode Oct 27, 2023
@caugner caugner merged commit cbcbd24 into mdn:main Oct 27, 2023
3 checks passed
@leon-win leon-win deleted the add-vscode-to-gitignore branch October 27, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system Infrastructure and configuration for the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants