зеркало из
1
0
Форкнуть 0

Adding root level .gitignore and .gitattributes

This commit is contained in:
bganapa 2020-02-20 23:02:34 -08:00
Родитель e3fa127a3b
Коммит 6a0de7ad1a
2 изменённых файлов: 17 добавлений и 0 удалений

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

@ -0,0 +1,10 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
*.sln text eol=crlf
*.cs text eol=crlf
*.csproj text eol=crlf
*.ps1 text eol=crlf
*.psd1 text eol=crlf
*.psm1 text eol=crlf
*.ps1xml text eol=crlf

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

@ -0,0 +1,7 @@
bin
obj
.vs
generated
internal
exports
src/**/tools