.gitignore 395 B

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