From aced8b6cf63b3d74d407cd132d3d1c976c678634 Mon Sep 17 00:00:00 2001 From: KIRCHSTH Date: Sun, 27 Nov 2022 11:33:48 +0100 Subject: [PATCH] Activate GitHub repository language --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0f947eb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# define GitHub repository languages +*.puml linguist-language=PlantUML +*.iuml linguist-language=PlantUML +*.plantuml linguist-language=PlantUML + +*.puml linguist-detectable=true +*.iuml linguist-detectable=true +*.plantuml linguist-detectable=true +*.md linguist-detectable=false