My repository only identifies Jinja and ignores other languages #6202
-
I made an ansible + vagrant project, with the following languages:
Linguist is detecting that 100% of the project is Jinja, I tried using a .gitattributes file but it didn't help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
YAML and INI is considered
Already detected, so nothing to do here.
It is already being correctly detected as Ruby without an override, but Linguist considered it as vendored so you'll need to use the More info on the overrides and links to the files affecting things can be found in https://github.com/github/linguist/blob/master/docs/overrides.md |
Beta Was this translation helpful? Give feedback.
YAML and INI is considered
data
so ignored by default. If you want them to counted and for YAML to show in the side bar, you need to use thelinguist-detectable
override.Already detected, so nothing to do here.
It is already being correctly detected as Ruby without an override, but Linguist considered it as vendored so you'll need to use the
-linguist-vendored
override if you want this to appear in your sidebar.More info on the overrides and links to the files affecting things can be found in https://github.com/github/linguist/blob/master/docs/overrides.md