Skip to content

Commit 83e5f11

Browse files
committedJun 13, 2023
Update .gitattributes file.
·
v3.5.3v3.4.1
1 parent bdb5d91 commit 83e5f11

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@
1717

1818
/.github export-ignore
1919
/.gitattributes export-ignore
20+
21+
# Going to be a bit more explicit about languages in order to ensure that files
22+
# are detected and identified *correctly*. Refer to:
23+
# https://github.com/github-linguist/linguist/blob/master/lib/linguist/languages.yml
24+
25+
*.html linguist-language=HTML
26+
*.php linguist-language=PHP
27+
*.yml linguist-language=YAML

0 commit comments

Comments
 (0)
Please sign in to comment.