From 268854f468b3b40294aacee12784f11a93f52b42 Mon Sep 17 00:00:00 2001 From: Dema-koder Date: Wed, 3 Jul 2024 22:52:29 +0300 Subject: [PATCH] add gitattributes --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a51df77..7fe87d5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # .gitattributes -*.java linguist-language=Java \ No newline at end of file +*.java linguist-detectable=true +*.py linguist-detectable=true \ No newline at end of file