Skip to content

Commit

Permalink
Create .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified committed Jan 5, 2016
1 parent fc80438 commit d93452f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitattributes
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

0 comments on commit d93452f

Please sign in to comment.