48% Makefile in my flutter app #6527
-
I have tried repeatedly to remove makefile from detection, but without succeeding so far. I would like to figure out which files it is detecting as makefiles.
Expected language:dart swift c++ Detected language:makefile cmake |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This will be due to this one file:
It's been detected as Make because of the linguist/lib/linguist/languages.yml Lines 3974 to 4008 in 916bd8f |
Beta Was this translation helpful? Give feedback.
-
Updated the .gitattribute like below but it doesnt work:
Where am i wrong? |
Beta Was this translation helpful? Give feedback.
This will be due to this one file:
It's been detected as Make because of the
.d
extention:linguist/lib/linguist/languages.yml
Lines 3974 to 4008 in 916bd8f