Skip to content

Commit c0d6bb9

Browse files
authored
.gitattributes [V5]
.gitattributes [V5]
1 parent 97c3c3a commit c0d6bb9

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

.gitattributes

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@
3232
*.css linguist-detectable=true
3333
*.css linguist-documentation=false
3434
*.css linguist-language=CSS
35+
# JavaScript source file
36+
*.js linguist-detectable=true
37+
*.js linguist-documentation=false
38+
*.js linguist-language=JavaScript
39+
*.cjs linguist-detectable=true
40+
*.cjs linguist-documentation=false
41+
*.cjs linguist-language=JavaScript
42+
*.mjs linguist-detectable=true
43+
*.mjs linguist-documentation=false
44+
*.mjs linguist-language=JavaScript
3545
# Less stylesheet file
3646
*.less linguist-detectable=true
3747
*.less linguist-documentation=false
@@ -161,10 +171,13 @@
161171
*.gif linguist-detectable=false
162172
*.gif linguist-documentation=false
163173
*.gif linguist-language=GIF
174+
164175
# End of linguist script
165176

166177
# 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
178+
179+
# File type: gitattributes file (*.gitattributes)
180+
# File version: 5 (2023, Sunday, February 5th at 3:20 pm PST)
181+
# Line count (including blank lines and compiler line): 184
182+
170183
# End of script

0 commit comments

Comments
 (0)