Skip to content

Commit dffb55b

Browse files
authored
.gitattributes [V5]
Version 5 of the gitattributes file for this project/.
1 parent 14886d9 commit dffb55b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.gitattributes

+10-3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@
4848
*.srt linguist-detectable=true
4949
*.srt linguist-documentation=false
5050
*.srt linguist-language=SubRip-Text
51+
# GraphQL source file
52+
*.graphql linguist-detectable=true
53+
*.graphql linguist-documentation=false
54+
*.graphql linguist-language=GraphQL
55+
*.gql linguist-detectable=true
56+
*.gql linguist-documentation=false
57+
*.gql linguist-language=GraphQL
5158
# YAML (YAML Ain't Markup Language) document
5259
# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
5360
*.yml linguist-detectable=false
@@ -164,7 +171,7 @@
164171
# End of linguist script
165172

166173
# 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
174+
# File type: gitattributes file (*.gitattributes)
175+
# File version: 5 (2022, Tuesday, September 13th at 2:00 pm PST)
176+
# Line count (including blank lines and compiler line): 178
170177
# End of script

0 commit comments

Comments
 (0)