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

Add .vscode in .gitignore #280

Closed
wants to merge 1 commit into from
Closed

Conversation

x-hgg-x
Copy link
Contributor

@x-hgg-x x-hgg-x commented Nov 8, 2024

Add .vscode in .gitignore.

@zanieb
Copy link
Member

zanieb commented Nov 8, 2024

My personal stance is that editor-specific gitignore entries belong in a user-level gitignore (git config --global core.excludesfile $HOME/.gitignore) since they're not specific to the project.

@Eh2406
Copy link
Member

Eh2406 commented Nov 8, 2024

I concur with @zanieb position here. Git also has a per project the equivalent of excludesfile in ... .git/info/exclude I think.

Does one of those approaches work for you @x-hgg-x ?

@x-hgg-x
Copy link
Contributor Author

x-hgg-x commented Nov 8, 2024

Yes it works, I will close this PR.

@x-hgg-x x-hgg-x closed this Nov 8, 2024
@x-hgg-x x-hgg-x deleted the gitignore branch November 8, 2024 21:53
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.

3 participants