From 1c8709f01339f115717d30f568b8542d63a8945c Mon Sep 17 00:00:00 2001 From: Javier Rodriguez Zaurin Date: Thu, 1 Sep 2022 11:56:02 +0200 Subject: [PATCH] ignore html and notebooks so that the code flag is python --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index b3df685..cb90322 100644 --- a/.gitattributes +++ b/.gitattributes @@ -46,3 +46,6 @@ *.PDF diff=astextplain *.rtf diff=astextplain *.RTF diff=astextplain + +*.html linguist-detectable=false +*.ipynb linguist-detectable=false \ No newline at end of file -- GitLab