From 88a7250a8a183283eff3757a83f40b4210019f10 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Sun, 26 May 2024 22:05:36 -0300 Subject: [PATCH] Create .gitattributes Signed-off-by: Fabiana Campanari --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1f6b9e6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ + +## Django +*.py linguist-language=Python