commit 8b759d5ff5a42e3d110df6bfc9dcd6366b8ef3f6 parent 1e238548293b886bee9d3ec08b5cd19470703583 Author: mjkloeckner <martin.cachari@gmail.com> Date: Fri, 21 Oct 2022 19:00:47 -0300 Added .gitattributes to show html as most used language Diffstat:
M | .gitattributes | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes @@ -1,2 +1,3 @@ -css/about_style.css linguist-vendored -css/article_style.css linguist-vendored +* linguist-vendored +about_style.css linguist-vendored=false +article_style.css linguist-vendored=false