.gitignore 228 B

1234567891011121314151617181920212223242526
  1. bin/
  2. obj/
  3. .vs/
  4. *.suo
  5. *.user
  6. _ReSharper.*
  7. *.DS_Store
  8. *.userprefs
  9. *.pidb
  10. *.vspx
  11. *.psess
  12. *.binlog
  13. *.log
  14. artifacts/
  15. StyleCop.Cache
  16. node_modules/
  17. *.snk
  18. .nuget
  19. .r
  20. .w
  21. .deps
  22. msbuild.ProjectImports.zip
  23. .env
  24. scripts/tmp/
  25. .dotnet/
  26. .tools/