-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
19 lines (17 loc) · 696 Bytes
/
.gitattributes
File metadata and controls
19 lines (17 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
# Exclude vendored files from statistics.
js/header_fix.js linguist-vendored
js/jquery.easing.1.3.js linguist-vendored
js/jscript.js linguist-vendored
js/slick.css linguist-vendored
responsive.css linguist-vendored
style.css linguist-vendored