Skip to content

Commit

Permalink
fix: add gitattributes file to fix linguist (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
qoijjj committed Mar 17, 2024
1 parent 468683f commit 079e8a6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
*.yml linguist-detectable=true
*.yml linguist-language=YAML

*.yaml linguist-detectable=true
*.yaml linguist-language=YAML

*.just linguist-detectable=true
*.just linguist-documentation=false
*.just linguist-language=Just

*.json linguist-detectable=true
*.json linguist-documentation=false
*.json linguist-language=JSON

0 comments on commit 079e8a6

Please sign in to comment.