I have a repository in which there is a data/
folder that is also inside the .gitignore
file to avoid pushing the data to GitHub. The folder has a lot of subfolders that are huge. Having this in my repo slows down VS Code's go-to-definition feature, track changes feature etc. Is there any way to prevent this from happening?
I tried including the folder under the watcher exclude in settings.json
but that did not help.