Skip to content

Commit 1b403f3

Browse files
committed
Add '.gitattributes' file to make language linguist more descriptive
1 parent 63af6a1 commit 1b403f3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.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+
event.html linguist-language=Ruby
11+
index.html linguist-language=Ruby
12+
session.html linguist-language=Ruby
13+
timetable.html linguist-language=Ruby
14+
workshop.html linguist-language=Ruby

0 commit comments

Comments
 (0)