I recently installed VS code on Ubuntu, and when trying to set up Git, I realized that all changes to my files are registered as changes in a Git repository, leading to me having to commit any changes to any file that is augmented on my device, such as cache files from Google Chrome.
This leads to over 3371 commits that I have to accept every time I open another document and files that I am actually using get lost in this mush of files.
The specific problem is: How can I avoid having to version all my files?
(which is why I see all those "changes" in VSCode Source Control section)