| # Auto detect text files and perform LF normalization | |
| * text=auto | |
| # Docker files | |
| Dockerfile text | |
| *.dockerfile text | |
| # Shell scripts | |
| *.sh text eol=lf | |
| # Configuration files | |
| *.conf text | |
| *.json text | |
| *.yml text | |
| *.yaml text | |
| # Markdown files | |
| *.md text diff=markdown | |
| # C# files | |
| *.cs text diff=csharp | |
| *.csproj text | |
| *.sln text | |
| # Web files | |
| *.html text diff=html | |
| *.css text diff=css | |
| *.js text | |
| *.cshtml text | |
| # Binary files | |
| *.db binary | |
| *.dll binary | |
| *.exe binary | |
| *.pdb binary | |
| *.ico binary | |
| *.png binary | |
| *.jpg binary | |
| *.jpeg binary | |
| *.gif binary | |
| *.svg binary | |