forked from VAchris/mdws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MDWS file information to .gitattributes
- Loading branch information
1 parent
f93d2f8
commit 989eb0b
Showing
1 changed file
with
36 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 |
---|---|---|
@@ -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 |