From 3dc1276ef4ae19ab6ac3e1a2aa24602dd19fa2e9 Mon Sep 17 00:00:00 2001 From: bochard Date: Sat, 19 Apr 2025 18:55:27 +0800 Subject: [PATCH] added .gitattributes to override github to ensure .php files are recognized as PHP --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a4d9033 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.php linguist-language=PHP \ No newline at end of file -- 2.39.5