Skip to content

Commit

Permalink
Added filetype definitions to .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Assistant committed Feb 27, 2020
1 parent eb2ab28 commit e5bb3bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
@@ -1,6 +1,19 @@
# CRLF Normalisation
* text eol=lf

# Filetype definitions
*.cs text
*.xaml text
*.yml text
*.sln text
*.resx text
*.config text
*.csproj text
*.settings text

*.ico binary
*.png binary

# Ignore meta files in ZIP export
.gitattributes export-ignore
.gitignore export-ignore

0 comments on commit e5bb3bc

Please sign in to comment.