Closed jacobobryant closed 3 years ago
Already set .gitattributes. github-linguist . --breakdown already gives me the correct results locally:
github-linguist . --breakdown
96.18% Clojure 3.42% Shell 0.33% JavaScript 0.07% CSS
So not sure what the deal is.
Not sure if this really helps, but my .gitattributes looks like this:
* linguist-vendored *.cljs linguist-vendored=false *.clj linguist-vendored=false
That did the trick, thanks.
Already set .gitattributes.
github-linguist . --breakdown
already gives me the correct results locally:So not sure what the deal is.