Unity files seen as html in repo language stat bar #5967
-
I made repo for unity project and now 87.4% is html and 12.6% C# in language stat bar. Only thing I can think of is that unity files (.meta .asset .unity ...) are seen as html. What can I do to hide html from repo language? I have tried multiple ways with .gitattributes but no success yet. I'm running out of ideas and google search terms. Best fix I can think of is to not detect unity file types as html :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The HTML comes from the big If you want to hide it you can add this to the gitattributes: |
Beta Was this translation helpful? Give feedback.
The HTML comes from the big
.htm
file in the root of the repo.If you want to hide it you can add this to the gitattributes:
*.htm linguist-generated