Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitattributes
More file actions
Latest commit
51 lines (46 loc) · 1.27 KB
/
Copy path.gitattributes
File metadata and controls
51 lines (46 loc) · 1.27 KB
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
# Convert text files to OS line-endings on checkout, and LF on check-in
*text=auto!eol
# Text files to convert
*.csstextdiff=css
*.htmtextdiff=html
*.htmltextdiff=html
*.javatextdiff=java
*.jstext
*.jsontext
*.jsptext
*.jspftext
*.jspxtext
*.propertiestext
*.pytextdiff=python
*.sqltext
*.tldtext
*.tstext
*.txttext
*.xmltext
*.ymltext
# Keep unix endings
*.bashtexteol=lf
*.shtexteol=lf
# Keep Windows endings
*.battexteol=crlf
*.cmdtexteol=crlf
# Known binary files -- Don't change (binary is a macro for -text -diff)
*.binbinary
*.classbinary
*.dllbinary
*.earbinary
*.exebinary
*.gifbinary
*.gzbinary
*.icobinary
*.jarbinary
*.jpgbinary
*.jpegbinary
*.pngbinary
*.sobinary
*.tarbinary
*.warbinary
*.zipbinary
# LuceneSearchServiceImpl.TikaTestCase depends on exact file sizes. Do not normalize these files on checkout.
data/fileTypes/*-text
data/Nab/SpectraMax/*-text