updated composer files
[feisty_meow.git] / production / example_apps / shared_calendar / .gitattributes
1 # Define the line ending behavior of the different file extensions
2 # Set default behaviour, in case users don't have core.autocrlf set.
3 * text=auto
4 * text eol=lf
5
6 # Explicitly declare text files we want to always be normalized and converted
7 # to native line endings on checkout.
8 *.php text
9 *.default text
10 *.ctp text
11 *.sql text
12 *.md text
13 *.po text
14 *.js text
15 *.css text
16 *.ini text
17 *.properties text
18 *.txt text
19 *.xml text
20 *.svg text
21 *.yml text
22 .htaccess text
23
24 # Declare files that will always have CRLF line endings on checkout.
25 *.bat eol=crlf
26
27 # Declare files that will always have LF line endings on checkout.
28 *.pem eol=lf
29
30 # Denote all files that are truly binary and should not be modified.
31 *.png binary
32 *.jpg binary
33 *.gif binary
34 *.ico binary
35 *.mo binary
36 *.pdf binary
37 *.phar binary
38 *.woff binary
39 *.woff2 binary
40 *.ttf binary
41 *.otf binary
42 *.eot binary
43 *.odt binary
44