Skip to content

Commit

Permalink
.gitattributes [V5]
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 authored Jan 29, 2024
1 parent 780cc80 commit e356b90
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@
*.css linguist-detectable=true
*.css linguist-documentation=false
*.css linguist-language=CSS
# Python source file
*.py linguist-detectable=true
*.py linguist-documentation=false
*.py linguist-language=Python
*.py3 linguist-detectable=true
*.py3 linguist-documentation=false
*.py3 linguist-language=Python
*.pyt linguist-detectable=true
*.pyt linguist-documentation=false
*.pyt linguist-language=Python
*.pyw linguist-detectable=true
*.pyw linguist-documentation=false
*.pyw linguist-language=Python
# Less stylesheet file
*.less linguist-detectable=true
*.less linguist-documentation=false
Expand Down Expand Up @@ -161,10 +174,13 @@
*.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 (2024, Sunday, January 28th at 10:36 pm PST)
# Line count (including blank lines and compiler line): 187

# End of script

0 comments on commit e356b90

Please sign in to comment.