jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
877 stars 41 forks source link

Make github stop thinking this is a javascript project #88

Closed jacobobryant closed 3 years ago

jacobobryant commented 3 years ago

Already set .gitattributes. github-linguist . --breakdown already gives me the correct results locally:

96.18%  Clojure
3.42%   Shell
0.33%   JavaScript
0.07%   CSS

So not sure what the deal is.

kloimhardt commented 3 years ago

Not sure if this really helps, but my .gitattributes looks like this:

* linguist-vendored
*.cljs linguist-vendored=false
*.clj linguist-vendored=false
jacobobryant commented 3 years ago

That did the trick, thanks.