From: bochard Date: Sat, 19 Apr 2025 10:55:27 +0000 (+0800) Subject: added .gitattributes to override github to ensure .php files are recognized as PHP X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=3dc1276ef4ae19ab6ac3e1a2aa24602dd19fa2e9;p=mysite.git added .gitattributes to override github to ensure .php files are recognized as PHP --- 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