GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Mark static JS files as vendored in gitattributes #415

Closed TimJentzsch closed 2 years ago

TimJentzsch commented 2 years ago

Currently, the statically included JS files completely mess up the language stats of this repository and mark it as JS instead of Python.

We can use the .gitattributes file to prevent this. Specifically, the blossom/static_dev/js folder should be marked as linguist-vendored (Docs).