forked from googlearchive/chromedeveditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
29 lines (24 loc) · 892 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Line endings: enforce LF in GitHub, convert to native on checkout.
* text=auto
*.dart text
*.js text
*.html
*.png binary
*.jpg binary
# Make GitHub ignore vendor libraries while computing language stats.
# See https://github.com/github/linguist#overrides.
/cde-polymer-designer.dart/lib/src/* linguist-vendored=true
/ide/web/lib/templates/web/web_starter_kit/* linguist-vendored=true
/ide/web/third_party/* linguist-vendored=true
/paper/* linguist-vendored=true
# Explicitly specify language for non-standard extensions used under
# ide/web/lib/templates to make GitHub correctly count their language stats.
*.css_ linguist-language=CSS
*.dart_ linguist-language=Dart
*.html_ linguist-language=HTML
*.js_ linguist-language=JavaScript
*.json_ linguist-language=JSON
*.scss_ linguist-language=CSS
*.svg_ linguist-language=SVG
*.yaml_ linguist-language=YAML
*.yml_ linguist-language=YAML