-
Notifications
You must be signed in to change notification settings - Fork 45
/
.gitattributes
59 lines (54 loc) · 945 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
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
# Convert line endings to native line endings on checkout.
# Files for source code:
*.c text
*.h text
*.idl text
*.java text
*.jsp text
*.lst text
*.properties text
*.sql text
# XML files:
*.fxml text
*.gml text
*.sld text
*.xml text
*.xsd text
*.xsl text
# Text or web files:
*.css text
*.html text
*.md text
*.txt text
*.xhtml text
# Batch files (system-dependent):
*.sh text eol=lf
*.bat text eol=crlf
# Raster data
*.asc text
*.clr text
*.hdr text
*.prj text
*.stx text
# Denote files that are truly binary and should not be modified.
*.bmp binary
*.class binary
*.dbf binary
*.gif binary
*.gsb binary
*.jpg binary
*.jpeg binary
*.laa binary
*.loa binary
*.png binary
*.raw binary
*.rdb binary
*.shp binary
*.shx binary
*.so binary
*.tif binary
*.tiff binary
*.utf binary
*.wkb binary
*.xcu binary
*.zip binary