Skip to content

Commit

Permalink
.gitattributes [V5]
Browse files Browse the repository at this point in the history
Version 5 of the gitattributes file for this project.
  • Loading branch information
seanpm2001 authored Dec 7, 2022
1 parent cfef1c7 commit 1254ee1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
*.css linguist-detectable=true
*.css linguist-documentation=false
*.css linguist-language=CSS
# Java source file
*.java linguist-detectable=true
*.java linguist-documentation=false
*.java linguist-language=Java
# Less stylesheet file
*.less linguist-detectable=true
*.less linguist-documentation=false
Expand Down Expand Up @@ -161,10 +165,12 @@
*.gif linguist-detectable=false
*.gif linguist-documentation=false
*.gif linguist-language=GIF

# End of linguist script

# File info
# File type: gitattributes file (.gitattributes)
# File version: 4 (2022, Tuesday, June 28th at 2:32 pm PST)
# Line count (including blank lines and compiler line): 171
# File type: gitattributes file (*.gitattributes)
# File version: 5 (2022, Wednesday, December 7th at 2:21 pm PST)
# Line count (including blank lines and compiler line): 177

# End of script

0 comments on commit 1254ee1

Please sign in to comment.