How do I exclude a folder/file from being used for language determination?
Example: I have a .obsidian folder (i.e a folder created by a tool), it has JS and other stuff. I don't want this to be tracked, as it's just a tool, not the content of the repo, per se.
How do I exclude a folder/file from being used for language determination?
Example: I have a .obsidian folder (i.e a folder created by a tool), it has JS and other stuff. I don't want this to be tracked, as it's just a tool, not the content of the repo, per se.
This should do the trick:
.obsidian/** linguist-vendored