Skip to content

How to resolve excessive file changes (10,000+) in Git Source Control #24694

Answered by karthiknadig
naehansung asked this question in Q&A
Discussion options

You must be logged in to vote

@naehansung You can add a .gitignore file inside the .vscode folder. If you want to ignore all files in it, you can just put * in the .gitignore file.

.gitignore: this will ignore all files in a directory

*

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by naehansung
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants