StarlaneStudios / vscode-comment-anchors

⚓A Visual Studio Code extension that adds support for comment anchors 🔭
https://marketplace.visualstudio.com/items?itemName=ExodiusStudios.comment-anchors
MIT License
206 stars 32 forks source link

Ignore tags in .history folder #150

Closed nicolasvahidzein closed 2 years ago

nicolasvahidzein commented 2 years ago

Is there a way to ignore tags in the .history folder of my local versioning system? I am getting 900 tags that should not be there because of version control.

Thanks.

nicolasvahidzein commented 2 years ago

I figured it out, sorry but for others needing help do this: go into the extension settings and in "exclude files" section change it to this:

/{node_modules,.git,.idea,target,out,build,dist,vendor,.history}//*

notice the .history entry added