Skip to content

Commit dc2492a

Browse files
authored
.gitattributes [V5]
Version 5 of the gitattributes file for this proejct.
1 parent ba5b24d commit dc2492a

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.gitattributes

Lines changed: 15 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+
# Java Server Pages source file
36+
*.jsp linguist-detectable=true
37+
*.jsp linguist-documentation=false
38+
*.jsp linguist-language=Java-Server-Pages
39+
*.jspf linguist-detectable=true
40+
*.jspf linguist-documentation=false
41+
*.jspf linguist-language=Java-Server-Pages
42+
*.jspx linguist-detectable=true
43+
*.jspx linguist-documentation=false
44+
*.jspx linguist-language=Java-Server-Pages
3545
# Less stylesheet file
3646
*.less linguist-detectable=true
3747
*.less linguist-documentation=false
@@ -161,10 +171,12 @@
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+
# File type: gitattributes file (*.gitattributes)
179+
# File version: 5 (2022, Tuesday, November 29th at 3:40 pm PST)
180+
# Line count (including blank lines and compiler line): 183
181+
170182
# End of script

0 commit comments

Comments
 (0)