Skip to content

Commit

Permalink
.gitattributes [V5]
Browse files Browse the repository at this point in the history
.gitattributes [V5]
  • Loading branch information
seanpm2001 committed Jan 15, 2023
1 parent 86b161c commit 740901e
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
*.css linguist-detectable=true
*.css linguist-documentation=false
*.css linguist-language=CSS
# C source file
*.c linguist-detectable=true
*.c linguist-documentation=false
*.c linguist-language=C
# C header source file
*.h linguist-detectable=true
*.h linguist-documentation=false
*.h linguist-language=C
# Less stylesheet file
*.less linguist-detectable=true
*.less linguist-documentation=false
Expand Down Expand Up @@ -161,10 +169,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 (2023, Saturday, January 14th at 4:25 pm PST)
# Line count (including blank lines and compiler line): 181

# End of script

0 comments on commit 740901e

Please sign in to comment.