From c01b725f6b0ae06a6e6c80e045dcf6c38d26dc59 Mon Sep 17 00:00:00 2001 From: Zaytsev Dmitriy Date: Sat, 17 Oct 2020 23:18:19 +0300 Subject: [PATCH] add .gitattributes so that can be correctly labelled as python project by github linguistic --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..b6115e6e4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.py linguist-language=python +*.ipynb linguist-documentation