Merge pull request #6 from amarzavery/test

adding gitattributes.
This commit is contained in:
Amar Zavery 2017-04-18 16:47:15 -07:00 коммит произвёл GitHub
Родитель 9d1c6589e7 c2526cdd9f
Коммит b82f1fe706
2 изменённых файлов: 38 добавлений и 1 удалений

37
.gitattributes поставляемый Normal file
Просмотреть файл

@ -0,0 +1,37 @@
*.bmp binary
*.dll binary
*.gif binary
*.jpg binary
*.png binary
*.snk binary
*.exe binary
*.wmv binary
*.mp4 binary
*.ismv binary
*.isma binary
*.ascx text
*.cmd text
*.config text
*.cs text diff=csharp
*.csproj text merge=union
*.edmx text
*.htm text
*.html text
*.json text eol=lf
*.ts text eol=lf
*.js text eol=lf
*.msbuild text
*.nuspec text
*.resx text
*.ruleset text
*.StyleCop text
*.targets text
*.txt text
*.xml text
*.sln text eol=crlf merge=union

Просмотреть файл

@ -17,7 +17,7 @@
},
"license": "MIT",
"dependencies": {
"oav": "azure/oav#master",
"oav": "^0.3.0",
"express": "^4.15.2",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",