Skip to content

Commit

Permalink
Add .gitattributes
Browse files Browse the repository at this point in the history
Setup SVG files as Git-LFS
  • Loading branch information
GregVernon committed Sep 7, 2017
1 parent a12fe01 commit 7e6e705
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp

# 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
*.svg filter=lfs diff=lfs merge=lfs -text

0 comments on commit 7e6e705

Please sign in to comment.