-
Notifications
You must be signed in to change notification settings - Fork 4
/
gitattributes.txt
85 lines (81 loc) · 1.38 KB
/
gitattributes.txt
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
77
78
79
80
81
82
83
84
85
====
This Source Code Form is subject to the terms of the Mozilla Public License,
v. 2.0. If a copy of the MPL was not distributed with this file, You can
obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under
the terms of the Healthcare Disclaimer located at http://openmrs.org/license.
Copyright (C) OpenMRS Inc. OpenMRS is a registered trademark and the OpenMRS
graphic logo is a trademark of OpenMRS Inc.
====
* text=auto
# Known text file extensions
*.as text
*.bat text
*.cnf text
*.conf text
*.css text
*.csv text
*.dtd text
*.erb text
*.ftl text
*.gitattributes text
*.gitignore text
*.gitkeep text
*.gitmodules text
*.groovy text
*.gsp text
*.htaccess text
*.htm text
*.html text
*.java text
*.js text
*.js.withjstl text
*.json text
*.jsp text
*.list text
*.lock text
*.log text
*.markdown text
*.md text
*.nsh text
*.nsi text
*.opts text
*.php text
*.pl text
*.policy text
*.pp text
*.project text
*.properties text
*.rb text
*.rdf text
*.scss text
*.sh text
*.sql text
*.story text
*.svg text
*.tag text
*.tld text
*.txt text
*.vm text
*.xml text
*.xsl text
*.xslt text
*.yaml text
*.yml text
# Known binary file extensions
*.bmp binary
*.chls binary
*.class binary
*.db binary
*.eot binary
*.exe binary
*.gif binary
*.gzip binary
*.ico binary
*.jar binary
*.jpeg binary
*.jpg binary
*.omod binary
*.png binary
*.ttf binary
*.woff binary
*.zip binary