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

fix: git sees .vscode folder even if in .gitignore #436

Closed
wants to merge 1 commit into from

Conversation

kada49
Copy link

@kada49 kada49 commented Jan 30, 2024

Fixes #435 (Hopefully the right way (: )

@kada49 kada49 changed the title Fix git seeing .vscode folder fix: git sees .vscode folder even if in .gitignore Jan 30, 2024
Copy link
Member

@cexbrayat cexbrayat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is because we want to version some files inside the .vscode directory, like extensions.json, so we need to keep the asterisk

@cexbrayat cexbrayat closed this Feb 1, 2024
@kada49 kada49 deleted the fix-.vscode-not-ignored branch February 1, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

git considers .vscode/ folder after new projects even if in the .girignore file
2 participants