.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. packages/
  83. # Windows Azure Build Output
  84. csx
  85. *.build.csdef
  86. # Windows Store app package directory
  87. AppPackages/
  88. # Others
  89. sql/
  90. *.Cache
  91. ClientBin/
  92. [Ss]tyle[Cc]op.*
  93. ~$*
  94. *~
  95. *.dbmdl
  96. *.[Pp]ublish.xml
  97. *.pfx
  98. *.publishsettings
  99. # RIA/Silverlight projects
  100. Generated_Code/
  101. # Backup & report files from converting an old project file to a newer
  102. # Visual Studio version. Backup files are not needed, because we have git ;-)
  103. _UpgradeReport_Files/
  104. Backup*/
  105. UpgradeLog*.XML
  106. UpgradeLog*.htm
  107. # SQL Server files
  108. App_Data/*.mdf
  109. App_Data/*.ldf
  110. #LightSwitch generated files
  111. GeneratedArtifacts/
  112. _Pvt_Extensions/
  113. ModelManifest.xml
  114. # =========================
  115. # Windows detritus
  116. # =========================
  117. # Windows image file caches
  118. Thumbs.db
  119. ehthumbs.db
  120. # Folder config file
  121. Desktop.ini
  122. # Recycle Bin used on file shares
  123. $RECYCLE.BIN/
  124. # Mac desktop service store files
  125. .DS_Store