Add '*.yaml' to .gitattributes

This commit is contained in:
a2x 2023-12-08 18:07:23 +10:00
parent 1688e3e04c
commit 70563cd87f
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -3,3 +3,4 @@
*.json linguist-detectable=false *.json linguist-detectable=false
*.py linguist-detectable=false *.py linguist-detectable=false
*.rs linguist-detectable=true *.rs linguist-detectable=true
*.yaml linguist-detectable=false