Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Add '.gitattributes' file to make language linguist more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Aug 8, 2023
1 parent 236a837 commit 7d4b77d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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
_includes/* linguist-language=Ruby
_layouts/* linguist-language=Ruby

# Exclude vendored files from statistics.
css/print.css linguist-vendored
css/pygment_trac.css linguist-vendored
css/stylesheet.css linguist-vendored

0 comments on commit 7d4b77d

Please sign in to comment.