Skip to content

Commit ce0bafa

Browse files
authored
README.cfg [V5]
1 parent 846e793 commit ce0bafa

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

OldVersions/GITATTRIBUTES/1/1-100/README.cfg

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@
3232
*.css linguist-detectable=true
3333
*.css linguist-documentation=false
3434
*.css linguist-language=CSS
35+
# PHP source file
36+
*.php linguist-detectable=true
37+
*.php linguist-documentation=false
38+
*.php linguist-language=PHP
39+
*.phar linguist-detectable=true
40+
*.phar linguist-documentation=false
41+
*.phar linguist-language=PHP
42+
*.pht linguist-detectable=true
43+
*.pht linguist-documentation=false
44+
*.pht linguist-language=PHP
45+
*.phps linguist-detectable=true
46+
*.phps linguist-documentation=false
47+
*.phps linguist-language=PHP
48+
*.phtml linguist-detectable=true
49+
*.phtml linguist-documentation=false
50+
*.phtml linguist-language=PHP
3551
# Less stylesheet file
3652
*.less linguist-detectable=true
3753
*.less linguist-documentation=false
@@ -161,10 +177,13 @@
161177
*.gif linguist-detectable=false
162178
*.gif linguist-documentation=false
163179
*.gif linguist-language=GIF
180+
164181
# End of linguist script
165182

166183
# File info
167-
# File type: gitattributes file (.gitattributes)
168-
# File version: 4 (2022, Tuesday, June 28th at 2:32 pm PST)
169-
# Line count (including blank lines and compiler line): 171
184+
185+
# File type: gitattributes file (*.gitattributes)
186+
# File version: 5 (2024, Saturday, January 13th at 08:51 pm PST)
187+
# Line count (including blank lines and compiler line): 190
188+
170189
# End of script

0 commit comments

Comments
 (0)