From f85e1e02a31e2fc86aed7d3925d382cbadb8e420 Mon Sep 17 00:00:00 2001 From: "BOOK-0CD3P8P8FE\\endur" Date: Sat, 14 Dec 2024 09:46:04 -0800 Subject: [PATCH] Add gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..509b366 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.cpp linguist-language=C++ +*.h linguist-language=C++ +*.hpp linguist-language=C++ +*.cc linguist-language=C++ +*.html linguist-detectable=false \ No newline at end of file