Merge "Portal Spring Boot Development"
[portal.git] / .gitattributes
1 # https://help.github.com/articles/dealing-with-line-endings/
2
3 # Set the default behavior, in case people don't have core.autocrlf set.
4 *        text=auto
5
6 # Explicitly declare text files you want to always be normalized
7 # and converted to native line endings on checkout.
8 *.css    text
9 *.htm    text diff=html
10 *.html   text diff=html
11 *.java   text diff=java
12 *.js     text
13 *.jsp    text
14 *.less   text
15 *.properties text
16 *.sql    text
17 *.xml    text
18 *.rst    text
19
20 # Denote all files that are truly binary and should not be modified.
21 *.png binary
22 *.jpg binary