.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. lib/
  2. # ---> C Sharp
  3. # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
  4. [Bb]in/
  5. [Oo]bj/
  6. # mstest test results
  7. TestResults
  8. ## Ignore Visual Studio temporary files, build results, and
  9. ## files generated by popular Visual Studio add-ons.
  10. # User-specific files
  11. *.suo
  12. *.user
  13. *.sln.docstates
  14. # Build results
  15. [Dd]ebug/
  16. [Rr]elease/
  17. x64/
  18. *_i.c
  19. *_p.c
  20. *.ilk
  21. *.meta
  22. *.obj
  23. *.pch
  24. *.pdb
  25. *.pgc
  26. *.pgd
  27. *.rsp
  28. *.sbr
  29. *.tlb
  30. *.tli
  31. *.tlh
  32. *.tmp
  33. *.log
  34. *.vspscc
  35. *.vssscc
  36. .builds
  37. # Visual C++ cache files
  38. ipch/
  39. *.aps
  40. *.ncb
  41. *.opensdf
  42. *.sdf
  43. # Visual Studio profiler
  44. *.psess
  45. *.vsp
  46. *.vspx
  47. # Guidance Automation Toolkit
  48. *.gpState
  49. # ReSharper is a .NET coding add-in
  50. _ReSharper*
  51. # NCrunch
  52. *.ncrunch*
  53. .*crunch*.local.xml
  54. # Installshield output folder
  55. [Ee]xpress
  56. # DocProject is a documentation generator add-in
  57. DocProject/buildhelp/
  58. DocProject/Help/*.HxT
  59. DocProject/Help/*.HxC
  60. DocProject/Help/*.hhc
  61. DocProject/Help/*.hhk
  62. DocProject/Help/*.hhp
  63. DocProject/Help/Html2
  64. DocProject/Help/html
  65. # Click-Once directory
  66. publish
  67. # Publish Web Output
  68. *.Publish.xml
  69. # NuGet Packages Directory
  70. packages
  71. # Windows Azure Build Output
  72. csx
  73. *.build.csdef
  74. # Windows Store app package directory
  75. AppPackages/
  76. # Others
  77. [Bb]in
  78. [Oo]bj
  79. sql
  80. TestResults
  81. [Tt]est[Rr]esult*
  82. *.Cache
  83. ClientBin
  84. [Ss]tyle[Cc]op.*
  85. ~$*
  86. *.dbmdl
  87. Generated_Code #added for RIA/Silverlight projects
  88. # Backup & report files from converting an old project file to a newer
  89. # Visual Studio version. Backup files are not needed, because we have git ;-)
  90. _UpgradeReport_Files/
  91. Backup*/
  92. UpgradeLog*.XML