I have a vs code plugin that auto-saves and keeps history of local edits (much like JetBrains products). It creates a .history folder with older versions of files. When I try to run/debug in vs code the compiler sees those old files. I have to delete the .history folder in order to run.
How can I configure my project to ignore that folder?
ConnectIQ newb here...working on my first project