Add .gitattributes and .gitignore

This commit is contained in:
Charlie Poole 2013-10-06 19:28:24 -07:00
Родитель 6905b1aadc
Коммит f1dba90628
2 изменённых файлов: 15 добавлений и 0 удалений

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

@ -0,0 +1,7 @@
# Normalize line endings
* text=auto
# Prevent files from being exported
.gitattributes export-ignore
.gitignore export-ignore

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

@ -0,0 +1,8 @@
bin
obj
TestResults
*.suo
*.dll
*.user
*.ldf
*.mdf