Skip to content

Commit

Permalink
.gitattributes [V3]
Browse files Browse the repository at this point in the history
Version 3 of the gitattributes file for this project.
  • Loading branch information
seanpm2001 authored Oct 7, 2022
1 parent 95572a9 commit 0e939fd
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@
*.css linguist-detectable=true
*.css linguist-documentation=false
*.css linguist-language=CSS
# BitBake source file
*.bb linguist-detectable=true
*.bb linguist-documentation=false
*.bb linguist-language=BitBake
# IronPython source file
*.py linguist-detectable=true
*.py linguist-documentation=false
*.py linguist-language=Python
# *.py linguist-language=IronPython # Not worth it yet
# JSON (JavaScript Object Notation) source file
*.json linguist-detectable=false
*.json linguist-documentation=false
Expand Down Expand Up @@ -173,7 +174,7 @@
# End of linguist script

# File info
# File type: gitattributes file (.gitattributes)
# File version: 2 (2022, Tuesday, August 30th at 2:34 pm PST)
# Line count (including blank lines and compiler line): 180
# File type: gitattributes file (*.gitattributes)
# File version: 3 (2022, Friday, October 7th at 3:45 pm PST)
# Line count (including blank lines and compiler line): 181
# End of script

0 comments on commit 0e939fd

Please sign in to comment.