This commit is contained in:
Wiesław Šoltés 2016-08-31 23:27:23 +02:00
Родитель 5b4a371e39
Коммит 0807e4acf9
2 изменённых файлов: 18 добавлений и 0 удалений

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

@ -61,3 +61,14 @@
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
# Git files
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
# NuGet packages
packages export-ignore
# API Documentation
api export-ignore

7
.gitignore поставляемый
Просмотреть файл

@ -250,3 +250,10 @@ paket-files/
# JetBrains Rider
.idea/
*.sln.iml
#################
## Cake
#################
tools/
.nuget
artifacts/