kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit 2e50a08223a7ad331580006e8242222ebe6ee1ee
parent 766084c9962dc36644b047c14b93ab08f2c949fc
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Fri, 21 Oct 2022 19:22:00 -0300

Added .gitattributes to show html as most used language

Diffstat:
M.gitattributes | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.gitattributes b/.gitattributes
@@ -1,2 +1,5 @@
 * linguist-vendored
-index.html linguist-vendored=false
+*.html linguist-vendored=false
+css/article_style.css linguist-vendored=false
+*.sh linguist-vendored=false
+*.py linguist-vendored=false