Skip to content

Commit

Permalink
create .gitattributes to fix github-linguist
Browse files Browse the repository at this point in the history
made a really basic .gitattributes which should ensure that github-linguist detects languages properly
  • Loading branch information
flowerlovingatheist authored Nov 19, 2024
1 parent 21f8bf3 commit 9c718fb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
*.md linguist-vendored=false
*.md linguist-generated=false
*.md linguist-documentation=false
*.md linguist-detectable=true

*.json linguist-vendored=false
*.json linguist-generated=false
*.json linguist-documentation=false
*.json linguist-detectable=true

*.yml linguist-vendored=false
*.yml linguist-generated=false
*.yml linguist-documentation=false
*.yml linguist-detectable=true

*.ts linguist-vendored=false
*.ts linguist-generated=false
*.ts linguist-documentation=false
*.ts linguist-detectable=true

0 comments on commit 9c718fb

Please sign in to comment.