From 7eb79c9887e0c8085d524df8514db0ea7cf57e4d Mon Sep 17 00:00:00 2001 From: Adrian Sieber Date: Sun, 17 Mar 2024 22:41:12 +0000 Subject: [PATCH] Let GitHub's Linguist not detect it as a makefile repo --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b2624e0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +readme.md linguist-detectable +makefile -linguist-detectable