.gitignore 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. # User-specific files
  4. *.suo
  5. *.user
  6. *.sln.docstates
  7. ssh-handler-*.exe
  8. dotNetFx40_Client_setup.exe
  9. # Build results
  10. [Dd]ebug/
  11. [Rr]elease/
  12. x64/
  13. build/
  14. [Bb]in/
  15. [Oo]bj/
  16. # MSTest test Results
  17. [Tt]est[Rr]esult*/
  18. [Bb]uild[Ll]og.*
  19. *_i.c
  20. *_p.c
  21. *.ilk
  22. *.meta
  23. *.obj
  24. *.pch
  25. *.pdb
  26. *.pgc
  27. *.pgd
  28. *.rsp
  29. *.sbr
  30. *.tlb
  31. *.tli
  32. *.tlh
  33. *.tmp
  34. *.tmp_proj
  35. *.log
  36. *.vspscc
  37. *.vssscc
  38. .builds
  39. *.pidb
  40. *.log
  41. *.scc
  42. # Visual C++ cache files
  43. ipch/
  44. *.aps
  45. *.ncb
  46. *.opensdf
  47. *.sdf
  48. *.cachefile
  49. # Visual Studio profiler
  50. *.psess
  51. *.vsp
  52. *.vspx
  53. # Guidance Automation Toolkit
  54. *.gpState
  55. # ReSharper is a .NET coding add-in
  56. _ReSharper*/
  57. *.[Rr]e[Ss]harper
  58. # TeamCity is a build add-in
  59. _TeamCity*
  60. # DotCover is a Code Coverage Tool
  61. *.dotCover
  62. # NCrunch
  63. *.ncrunch*
  64. .*crunch*.local.xml
  65. # Installshield output folder
  66. [Ee]xpress/
  67. # DocProject is a documentation generator add-in
  68. DocProject/buildhelp/
  69. DocProject/Help/*.HxT
  70. DocProject/Help/*.HxC
  71. DocProject/Help/*.hhc
  72. DocProject/Help/*.hhk
  73. DocProject/Help/*.hhp
  74. DocProject/Help/Html2
  75. DocProject/Help/html
  76. # Click-Once directory
  77. publish/
  78. # Publish Web Output
  79. *.Publish.xml
  80. *.pubxml
  81. # NuGet Packages Directory
  82. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  83. #packages/
  84. # Windows Azure Build Output
  85. csx
  86. *.build.csdef
  87. # Windows Store app package directory
  88. AppPackages/
  89. # Others
  90. sql/
  91. *.Cache
  92. ClientBin/
  93. [Ss]tyle[Cc]op.*
  94. ~$*
  95. *~
  96. *.dbmdl
  97. *.[Pp]ublish.xml
  98. *.pfx
  99. *.publishsettings
  100. # RIA/Silverlight projects
  101. Generated_Code/
  102. # Backup & report files from converting an old project file to a newer
  103. # Visual Studio version. Backup files are not needed, because we have git ;-)
  104. _UpgradeReport_Files/
  105. Backup*/
  106. UpgradeLog*.XML
  107. UpgradeLog*.htm
  108. # SQL Server files
  109. App_Data/*.mdf
  110. App_Data/*.ldf
  111. #LightSwitch generated files
  112. GeneratedArtifacts/
  113. _Pvt_Extensions/
  114. ModelManifest.xml
  115. # =========================
  116. # Windows detritus
  117. # =========================
  118. # Windows image file caches
  119. Thumbs.db
  120. ehthumbs.db
  121. # Folder config file
  122. Desktop.ini
  123. # Recycle Bin used on file shares
  124. $RECYCLE.BIN/
  125. # Mac desktop service store files
  126. .DS_Store