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

Commit 7d4b77d

Browse files
committed
Add '.gitattributes' file to make language linguist more descriptive
1 parent 236a837 commit 7d4b77d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: .gitattributes

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Example of a `.gitattributes` file which reclassifies `.rb` files as Java:
2+
#
3+
# *.rb linguist-language=Java
4+
#
5+
# See: https://github.com/github-linguist/linguist/blob/master/docs/overrides.md
6+
7+
# Mark Jekyll-based markups as Ruby
8+
_includes/* linguist-language=Ruby
9+
_layouts/* linguist-language=Ruby
10+
11+
# Exclude vendored files from statistics.
12+
css/print.css linguist-vendored
13+
css/pygment_trac.css linguist-vendored
14+
css/stylesheet.css linguist-vendored

0 commit comments

Comments
 (0)