Skip to content

Commit 2a5c973

Browse files
authored
.gitattributes [V5]
1 parent 2dd43e5 commit 2a5c973

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
@@ -32,6 +32,10 @@
3232
*.css linguist-detectable=true
3333
*.css linguist-documentation=false
3434
*.css linguist-language=CSS
35+
# CFScript source file
36+
*.cfm linguist-detectable=true
37+
*.cfm linguist-documentation=false
38+
*.cfm linguist-language=CFScript
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, May 8th at 07:22 pm PST)
175+
# Line count (including blank lines and compiler line): 178
176+
170177
# End of script

0 commit comments

Comments
 (0)