.gitignore 399 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [Oo]bj/
  2. [Bb]in/
  3. TestResults/
  4. .nuget/
  5. *.sln.ide/
  6. _ReSharper.*/
  7. .idea/
  8. packages/
  9. artifacts/
  10. PublishProfiles/
  11. .vs/
  12. *.user
  13. *.suo
  14. *.cache
  15. *.docstates
  16. _ReSharper.*
  17. nuget.exe
  18. *net45.csproj
  19. *net451.csproj
  20. *k10.csproj
  21. *.psess
  22. *.vsp
  23. *.pidb
  24. *.userprefs
  25. *DS_Store
  26. *.ncrunchsolution
  27. *.*sdf
  28. *.ipch
  29. *.swp
  30. *~
  31. .build/
  32. .testPublish/
  33. launchSettings.json
  34. BenchmarkDotNet.Artifacts/
  35. BDN.Generated/
  36. binaries/
  37. global.json