Closed TimJentzsch closed 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).
.gitattributes
blossom/static_dev/js
linguist-vendored
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, theblossom/static_dev/js
folder should be marked aslinguist-vendored
(Docs).