-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitattributes
More file actions
35 lines (30 loc) · 768 Bytes
/
.gitattributes
File metadata and controls
35 lines (30 loc) · 768 Bytes
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
30
31
32
33
34
35
# Handle line endings per <http://help.github.com/line-endings/>
# Set the default behavior, in case `core.autocrlf` isn't set
# (auto-detect text files and perform LF normalization):
* text=auto
# Normalize text files & convert to native line endings on checkout:
*.css text
*.dita* text
*.htm text diff=html
*.html text diff=html
*.js text
*.md text
*.sass text
*.scss text
*.txt text
*.xml text
*.xsd text
*.xsl text
# These files are binary and should be left untouched:
*.ico binary
*.jpeg binary
*.jpg binary
*.png binary
# Fonts
*.eot binary
*.otf binary
*.ttf binary
*.woff binary
css/** linguist-vendored
sample/** linguist-documentation
build_dita2html5-bootstrap_template.xml linguist-language=Ant-Build-System