Skip to content

Commit

Permalink
Add .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed May 12, 2024
1 parent 818a439 commit b7e99f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Example of a `.gitattributes` file which reclassifies `.rb` files as Java:
#
# *.rb linguist-language=Java
#
# See: https://github.com/github-linguist/linguist/blob/master/docs/overrides.md

# Mark Jekyll-based markups as Ruby
index.html linguist-language=Ruby
_includes/* linguist-language=Ruby
_layouts/* linguist-language=Ruby
_sass/* linguist-language=Ruby

0 comments on commit b7e99f6

Please sign in to comment.