Skip to content

Commit dd38522

Browse files
authored
.gitattributes [V5]
Version 5 of the gitattributes file for this project.
1 parent 37bd236 commit dd38522

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.gitattributes

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
*.css linguist-detectable=true
3333
*.css linguist-documentation=false
3434
*.css linguist-language=CSS
35+
# JScript.NET source file
36+
*.js linguist-detectable=true
37+
*.js linguist-documentation=false
38+
*.js linguist-language=JavaScript
39+
# *.js linguist-language=JScript.NET # Not recognizable by GitHub yet
3540
# Less stylesheet file
3641
*.less linguist-detectable=true
3742
*.less linguist-documentation=false
@@ -163,8 +168,8 @@
163168
*.gif linguist-language=GIF
164169
# End of linguist script
165170

166-
# 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
171+
# File info.
172+
# File type: gitattributes file (*.gitattributes)
173+
# File version: 5 (2022, Monday, October 10th at 5:57 pm PST)
174+
# Line count (including blank lines and compiler line): 176
170175
# End of script

0 commit comments

Comments
 (0)