]> git.bochard.net Git - mysite.git/commitdiff
added .gitattributes to override github to ensure .php files are recognized as PHP
authorbochard <mail@tenkyuu.dev>
Sat, 19 Apr 2025 10:55:27 +0000 (18:55 +0800)
committerbochard <mail@tenkyuu.dev>
Sat, 19 Apr 2025 10:55:27 +0000 (18:55 +0800)
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..a4d9033
--- /dev/null
@@ -0,0 +1 @@
+*.php linguist-language=PHP
\ No newline at end of file