-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitattributes
76 lines (61 loc) · 1.69 KB
/
.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# .gitattributes -- git attibute to pathname mapping
# Do end-of-line character normalization on all text files
* text=auto encoding=UTF-8
# Common file types in Orc repos
*.xml text
*.html text diff=html linguist-language=HTML
*.shtml text diff=html linguist-language=HTML
*.xhtml text diff=html linguist-language=HTML
*.xsl text
*.orc text linguist-language=Orc
*.java text diff=java
*.scala text
*.png binary
*.gif binary
*.class binary
*.jar binary
*.war binary
*.zip binary
*.gz binary
*.txt text
*.svg text
*.js text
*.inc text linguist-language=Orc
*.prefs text
*.pdf binary
*.css text diff=css
*.properties text
*.bib text diff=bibtex
*.BAT text eol=crlf
*.eps text
*.ini text
*.sh text
*.sql text linguist-language=SQL
*.xsd text
*.yml text
# Third-party files
lib/** linguist-vendored
libs/** linguist-vendored
tools/** linguist-vendored
OrcDocs/docbook-xml/** linguist-vendored
OrcDocs/docbook-xsl/** linguist-vendored
Orchard/src/org/** linguist-vendored
OrcSites/src/net/** linguist-vendored
# Documentation files
*.md text linguist-documentation
*.creole text linguist-documentation
BUILD text linguist-documentation
BUILD.txt text linguist-documentation
INSTALL text linguist-documentation
INSTALL.txt text linguist-documentation
LICENSE text linguist-documentation
LICENSE.txt text linguist-documentation
README text linguist-documentation
README.txt text linguist-documentation
about.html text linguist-documentation
licenses.yml text linguist-documentation
help/** linguist-documentation
licenses/** linguist-documentation
OrcDocs/** linguist-documentation
Website/** linguist-documentation
Website/robots.txt eol=crlf