I recently organized my pinned repositories on GitHub and noticed that the language shown for one of my repositories didn't quite seem right. It in...
For further actions, you may consider blocking this person and/or reporting abuse
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-vendoredIt looks like this was published a bit too early. I'd like to know how to do it though!
Hi, thanks for pointing that out! There was an issue with dev.to showing an old draft since the whole post was there when I initially published it. But it’s been updated so check it out!
Ah I've had this kind of issues, too. Very frustrating!
This is the file I was looking for. It explains the options available in
.gitattributesThanks for this!!!
Tysm !!!
thanks a lot!