Skip to content

Commit d1ddff2

Browse files
authored
.gitattributes [V5]
1 parent 341d384 commit d1ddff2

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.gitattributes

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
*.css linguist-detectable=true
3333
*.css linguist-documentation=false
3434
*.css linguist-language=CSS
35+
# XML source file
36+
*.xml linguist-detectable=true
37+
*.xml linguist-documentation=false
38+
*.xml linguist-language=XML
3539
# Less stylesheet file
3640
*.less linguist-detectable=true
3741
*.less linguist-documentation=false
@@ -161,10 +165,13 @@
161165
*.gif linguist-detectable=false
162166
*.gif linguist-documentation=false
163167
*.gif linguist-language=GIF
168+
164169
# End of linguist script
165170

166171
# 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
172+
173+
# File type: gitattributes file (*.gitattributes)
174+
# File version: 5 (2024, Wednesday, June 5th at 04:10 pm PST)
175+
# Line count (including blank lines and compiler line): 178
176+
170177
# End of script

0 commit comments

Comments
 (0)