[0004212] Work Order Entry: fixed error when voided WO refence is reused.
[fa-stable.git] / .gitattributes
1 # prevent eol hell
2 * text=auto !eol
3 *.php   text
4 *.inc   text
5 *.sql   text
6 *.js    text
7 *.css   text
8 *.po    text
9 *.png   binary
10 *.gif   binary
11 *.jpg   binary
12 *.ico   binary
13 *.mo    binary
14
15 # improve diff chunks headers
16 *.php   diff=php
17 *.inc   diff=php
18 .gitattributes export-ignore  
19 .gitignore export-ignore