From 2d8392437f719eb6f72e7623b52f8fe41b33e169 Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Thu, 24 Aug 2023 13:45:26 +0200 Subject: [PATCH] Make docs files detectable (#1101) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..dc70e725f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.md linguist-detectable +*.xml linguist-detectable \ No newline at end of file