Skip to content

Commit

Permalink
.gitattributes (V2)
Browse files Browse the repository at this point in the history
Version 2 of the .gitattributes file for this project.
  • Loading branch information
seanpm2001 authored Oct 21, 2021
1 parent 525d833 commit 71e61da
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,18 @@
# Makefile (GNU Make)
*.mk linguist-detectable=true
*.mk linguist-documentation=false
# Visual Basic Script (VBS)
# Visual Basic Script (VBS/VBScript)
*.vbs linguist-detectable=true
*.vbs linguist-documentation=false
# Java
# Java 8
*.java linguist-detectable=true
*.java linguist-documentation=false
# Python
# YAML (YAML Ain't Markup Language)
*.yml linguist-detectable=true
*.yml linguist-documentation=false
*.yaml linguist-detectable=true
*.yaml linguist-documentation=false
# Python 3
*.py linguist-detectable=true
*.py linguist-documentation=false
# XML (eXtensible Markup Language)
Expand All @@ -35,9 +40,17 @@
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
*.rtf linguist-detectable=false
*.rtf linguist-documentation=false
# SVG (Scalable Vector Graphics)
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
*.svg linguist-detectable=false
*.svg linguist-documentation=false
# Plain Text
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
*.txt linguist-detectable=false
*.txt linguist-documentation=false
# End of linguist script
# File info
# File type: gitattributes file (.gitattributes)
# File version: 1 (Thursday, 2021 October 21st at 2:56 pm)
# Line count (including blank lines and compiler line): 44
# File version: 2 (Thursday, 2021 October 21st at 4:02 pm)
# Line count (including blank lines and compiler line): 57
# End of script

0 comments on commit 71e61da

Please sign in to comment.