Dotnet.gitignore 931 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ## A streamlined .gitignore for modern .NET projects
  2. ## including temporary files, build results, and
  3. ## files generated by popular .NET tools. If you are
  4. ## developing with Visual Studio, the VS .gitignore
  5. ## https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
  6. ## has more thorough IDE-specific entries.
  7. ##
  8. ## Get latest from https://github.com/github/gitignore/blob/main/Dotnet.gitignore
  9. # Build results
  10. [Dd]ebug/
  11. [Dd]ebugPublic/
  12. [Rr]elease/
  13. [Rr]eleases/
  14. x64/
  15. x86/
  16. [Ww][Ii][Nn]32/
  17. [Aa][Rr][Mm]/
  18. [Aa][Rr][Mm]64/
  19. bld/
  20. [Bb]in/
  21. [Oo]bj/
  22. [Ll]og/
  23. [Ll]ogs/
  24. # .NET Core
  25. project.lock.json
  26. project.fragment.lock.json
  27. artifacts/
  28. # ASP.NET Scaffolding
  29. ScaffoldingReadMe.txt
  30. # NuGet Packages
  31. *.nupkg
  32. # NuGet Symbol Packages
  33. *.snupkg
  34. # Others
  35. ~$*
  36. *~
  37. CodeCoverage/
  38. # MSBuild Binary and Structured Log
  39. *.binlog
  40. # MSTest test Results
  41. [Tt]est[Rr]esult*/
  42. [Bb]uild[Ll]og.*
  43. # NUnit
  44. *.VisualState.xml
  45. TestResult.xml
  46. nunit-*.xml