blob: 41292170cfe17dacabff5ebe4eaa45a7c74e1ff7 [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001# Set the default behavior, in case people don't have core.autocrlf set.
2* text=off
3
4# Explicitly declare text files you want to always be normalized and converted
5# to native line endings on checkout.
6*.java text
7*.groovy text
8*.json text
9*.xsd text
10*.xjb text
11*.wsdl txt
12*.properties text
13*.xml text
14*.sql text
15*.bpmn text
16
17# Declare files that will always have CRLF line endings on checkout.
18
19
20# Denote all files that are truly binary and should not be modified.
21*.png binary
22*.jpg binary
23*.jks binary
24*.pdf binary
25*.docx binary
26*.xlsx binary
27*.crt binary
28*.key binary