.gitignore 458 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Visual Studio
  2. .vs
  3. .idea
  4. .vscode
  5. *.user
  6. *.suo
  7. *.userprefs
  8. # Build results
  9. [Dd]ebug/
  10. [Dd]ebugPublic/
  11. [Rr]elease/
  12. [Rr]eleases/
  13. x64/
  14. x86/
  15. bld/
  16. # MSTest test Results
  17. [Tt]est[Rr]esult*/
  18. [Bb]uild[Ll]og.*
  19. # NuGet Packages
  20. *.nupkg
  21. **/packages/*
  22. !**/packages/build/
  23. # Backup & report files from converting an old project file
  24. _UpgradeReport_Files/
  25. Backup*/
  26. UpgradeLog*.XML
  27. UpgradeLog*.htm
  28. # Others
  29. *.Cache
  30. ClientBin/
  31. ~$*
  32. *~
  33. *.tmp
  34. *.log
  35. *.vsidx
  36. *.vspscc
  37. *.vsscc