chore: Add entries to gitignore

This commit is contained in:
Andres Pineda 2020-05-18 11:50:12 -04:00
Родитель 0542f32289
Коммит 50f1a3b876
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -24,6 +24,10 @@ bld/
[Oo]bj/
[Ll]og/
# operating system junk files
thumbs.db
.DS_Store
# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
@ -294,3 +298,6 @@ src/GraphControl/GraphingImplOverrides.props
!src/Calculator/TemporaryKey.pfx
!src/CalculatorUnitTests/CalculatorUnitTests_TemporaryKey.pfx
*.binlog
# MFractors (Xamarin productivity tool) working folder
.mfractor/