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

Ignore vscode cache directory #4546

Closed
wants to merge 1 commit into from
Closed

Conversation

N3VERS4YDIE
Copy link

Reasons for making this change:
VSCode is widely used with Unity, but it generates a .vscode/ folder containing user-specific settings (e.g., extensions, debug configurations). Including this in version control can cause unnecessary conflicts and bloat. Ignoring it keeps the repository clean and avoids sharing editor preferences.

@wirecat
Copy link
Collaborator

wirecat commented Dec 6, 2024

👋 Hello @N3VERS4YDIE, I don't think we want to ignore this folder.

We have too many examples of teams that commit this folder intentionally in order to share things like launch configurations. That folder is not meant to hold user configuration, but instead workspace configuration.

@wirecat
Copy link
Collaborator

wirecat commented Dec 6, 2024

Closing as we can see value in committing the .vscode/ folder in some situations.

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.

2 participants