mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:12:45 +08:00
498cc15aa9
Boot Memory Usage ``` Total allocated: 225695379 bytes (1990663 objects) Total retained: 32795116 bytes (291607 objects) ``` ``` Total allocated: 218342892 bytes (1897350 objects) Total retained: 30123426 bytes (261198 objects) ```
30 lines
745 B
Plaintext
30 lines
745 B
Plaintext
# Set default behaviour, in case users don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Treat email fixtures as binary files so CRLF are not converted to LF.
|
|
*.eml binary
|
|
|
|
# Explicitly declare text files we want to always be normalized and converted
|
|
# to native line endings on checkout.
|
|
*.yml text
|
|
|
|
# Custom for Visual Studio, very unlikely, but lets keep it
|
|
*.cs diff=csharp
|
|
*.sln merge=union
|
|
*.csproj merge=union
|
|
*.vbproj merge=union
|
|
*.fsproj merge=union
|
|
*.dbproj merge=union
|
|
|
|
# Standard to msysgit
|
|
*.doc diff=astextplain
|
|
*.DOC diff=astextplain
|
|
*.docx diff=astextplain
|
|
*.DOCX diff=astextplain
|
|
*.dot diff=astextplain
|
|
*.DOT diff=astextplain
|
|
*.pdf diff=astextplain
|
|
*.PDF diff=astextplain
|
|
*.rtf diff=astextplain
|
|
*.RTF diff=astextplain
|