Skip to content

Commit

Permalink
Add MDWS file information to .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
osehr-agent committed Sep 6, 2012
1 parent f93d2f8 commit 989eb0b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,43 @@
.git* export-ignore

[attr]xml text -whitespace

* text=auto

*.bmp binary -whitespace
*.dll binary -whitespace
*.exe binary -whitespace
*.gif binary -whitespace
*.pdb binary -whitespace
*.png binary -whitespace

*.asax text
*.asmx text
*.aspx text
*.cs text
*.css text
*.datasource xml
*.html xml
*.js text
*.nunit xml
*.sln text eol=crlf -whitespace
*.txt text
*.wsdl xml
*.xml xml
*.xsd xml
*proj xml eol=crlf

LICENSE text
NOTICE text
README text

ClassDiagram1.cd xml
EmrSvc.disco xml
EmrSvc.svc text
EmrSvc.wsdl xml
Product.wxs xml
Reference.map xml
Settings.settings xml
Web.config xml
app.conf text
app.config xml

0 comments on commit 989eb0b

Please sign in to comment.