-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc80438
commit d93452f
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# All files: detect if file is text automatically | ||
|
||
* text=auto | ||
|
||
# Text files that should be normalized to LF | ||
|
||
*.cs text diff=csharp | ||
*.config text | ||
*.sln text | ||
*.csproj text | ||
*.md text | ||
*.sh text | ||
*.ps1 text | ||
*.cmd text | ||
*.bat text | ||
*.markdown text | ||
*.msbuild text | ||
|
||
# Binary files that should not be normalized or diffed | ||
|
||
*.exe binary | ||
*.dll binary | ||
*.pdb binary | ||
*.pfx binary | ||
*.snk binary | ||
|
||
*.png binary | ||
*.gif binary | ||
*.jpg binary | ||
*.bmp binary | ||
*.ico binary | ||
|
||
*.chm binary | ||
*.7z binary | ||
*.zip binary |