pictcode / .gitattributes @ a5ebb280
履歴 | 表示 | アノテート | ダウンロード (798 Bytes)
| 1 | 635eef61 | spyder1211 | # 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 | *.yml text  | 
      ||
| 21 | .htaccess text  | 
      ||
| 22 | |||
| 23 | # Declare files that will always have CRLF line endings on checkout.  | 
      ||
| 24 | *.bat eol=crlf  | 
      ||
| 25 | |||
| 26 | # Declare files that will always have LF line endings on checkout.  | 
      ||
| 27 | *.pem eol=lf  | 
      ||
| 28 | |||
| 29 | # Denote all files that are truly binary and should not be modified.  | 
      ||
| 30 | *.png binary  | 
      ||
| 31 | *.jpg binary  | 
      ||
| 32 | *.gif binary  | 
      ||
| 33 | *.ico binary  | 
      ||
| 34 | *.mo binary  | 
      ||
| 35 | *.pdf binary  | 
      ||
| 36 | *.woff binary  | 
      ||
| 37 | *.ttf binary  | 
      ||
| 38 | *.eot binary  |