You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
549 B

  1. # Ignore Visual Studio temporary files, build results, and
  2. # files generated by popular Visual Studio add-ons.
  3. *.obj
  4. *.dll
  5. *.exe
  6. *.pdb
  7. *.user
  8. *.aps
  9. *.pch
  10. *.vspscc
  11. *_i.c
  12. *_p.c
  13. *.ncb
  14. *.suo
  15. *.tlb
  16. *.tlh
  17. *.bak
  18. *.[Cc]ache
  19. *.ilk
  20. *.log
  21. *.lib
  22. *.sbr
  23. *.sdf
  24. *.opensdf
  25. *.sln.docstates
  26. # Ignore NuGet Packages
  27. *.nupkg
  28. packages/
  29. # Ignore build output
  30. [Bb]in/
  31. [Oo]bj/
  32. # Ignore MSTest test Results
  33. [Tt]est[Rr]esult*/
  34. [Bb]uild[Ll]og.*
  35. # Ignore Resharper and StyleCop files
  36. _ReSharper*/
  37. *.resharper
  38. *.DotSettings
  39. *.StyleCop
  40. # Ignore Visual Studio Code files
  41. .vs/