blob: 5191c0fad5b39939d95358895da3ac7acb469293 [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
Benjamin, Max9868f172020-05-18 16:37:51 -040016*.sh text eol=lf
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040017# 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