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.
Usabilty Engineer and JavaScript/TypeScript Developer.
On the path to become a Clean Code Developer.
Also rediscovering OOP-Principals and Design-Patterns.
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