.gitignore 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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. *.userosscache
  7. *.sln.docstates
  8. # User-specific files (MonoDevelop/Xamarin Studio)
  9. *.userprefs
  10. # Build results
  11. [Dd]ebug/
  12. [Dd]ebugPublic/
  13. [Rr]elease/
  14. [Rr]eleases/
  15. x64/
  16. x86/
  17. build/
  18. bld/
  19. [Bb]in/
  20. [Oo]bj/
  21. # Visual Studio 2015 cache/options directory
  22. .vs/
  23. # MSTest test Results
  24. [Tt]est[Rr]esult*/
  25. [Bb]uild[Ll]og.*
  26. # NUNIT
  27. *.VisualState.xml
  28. TestResult.xml
  29. # Build Results of an ATL Project
  30. [Dd]ebugPS/
  31. [Rr]eleasePS/
  32. dlldata.c
  33. # DNX
  34. project.lock.json
  35. artifacts/
  36. *_i.c
  37. *_p.c
  38. *_i.h
  39. *.ilk
  40. *.meta
  41. *.obj
  42. *.pch
  43. *.pdb
  44. *.pgc
  45. *.pgd
  46. *.rsp
  47. *.sbr
  48. *.tlb
  49. *.tli
  50. *.tlh
  51. *.tmp
  52. *.tmp_proj
  53. *.log
  54. *.vspscc
  55. *.vssscc
  56. .builds
  57. *.pidb
  58. *.svclog
  59. *.scc
  60. # Chutzpah Test files
  61. _Chutzpah*
  62. # Visual C++ cache files
  63. ipch/
  64. *.aps
  65. *.ncb
  66. *.opensdf
  67. *.sdf
  68. *.cachefile
  69. *.opendb
  70. # Visual Studio profiler
  71. *.psess
  72. *.vsp
  73. *.vspx
  74. # TFS 2012 Local Workspace
  75. $tf/
  76. # Guidance Automation Toolkit
  77. *.gpState
  78. # ReSharper is a .NET coding add-in
  79. _ReSharper*/
  80. *.[Rr]e[Ss]harper
  81. *.DotSettings.user
  82. # JustCode is a .NET coding add-in
  83. .JustCode
  84. # TeamCity is a build add-in
  85. _TeamCity*
  86. # DotCover is a Code Coverage Tool
  87. *.dotCover
  88. # NCrunch
  89. _NCrunch_*
  90. .*crunch*.local.xml
  91. # MightyMoose
  92. *.mm.*
  93. AutoTest.Net/
  94. # Web workbench (sass)
  95. .sass-cache/
  96. # Installshield output folder
  97. [Ee]xpress/
  98. # DocProject is a documentation generator add-in
  99. DocProject/buildhelp/
  100. DocProject/Help/*.HxT
  101. DocProject/Help/*.HxC
  102. DocProject/Help/*.hhc
  103. DocProject/Help/*.hhk
  104. DocProject/Help/*.hhp
  105. DocProject/Help/Html2
  106. DocProject/Help/html
  107. # Click-Once directory
  108. publish/
  109. # Publish Web Output
  110. *.[Pp]ublish.xml
  111. *.azurePubxml
  112. ## TODO: Comment the next line if you want to checkin your
  113. ## web deploy settings but do note that will include unencrypted
  114. ## passwords
  115. #*.pubxml
  116. *.publishproj
  117. # NuGet Packages
  118. *.nupkg
  119. # The packages folder can be ignored because of Package Restore
  120. **/packages/*
  121. # except build/, which is used as an MSBuild target.
  122. !**/packages/build/
  123. # Uncomment if necessary however generally it will be regenerated when needed
  124. #!**/packages/repositories.config
  125. # Windows Azure Build Output
  126. csx/
  127. *.build.csdef
  128. # Windows Store app package directory
  129. AppPackages/
  130. # Visual Studio cache files
  131. # files ending in .cache can be ignored
  132. *.[Cc]ache
  133. # but keep track of directories ending in .cache
  134. !*.[Cc]ache/
  135. # Others
  136. ClientBin/
  137. [Ss]tyle[Cc]op.*
  138. ~$*
  139. *~
  140. *.dbmdl
  141. *.dbproj.schemaview
  142. *.pfx
  143. *.publishsettings
  144. node_modules/
  145. orleans.codegen.cs
  146. # RIA/Silverlight projects
  147. Generated_Code/
  148. # Backup & report files from converting an old project file
  149. # to a newer Visual Studio version. Backup files are not needed,
  150. # because we have git ;-)
  151. _UpgradeReport_Files/
  152. Backup*/
  153. UpgradeLog*.XML
  154. UpgradeLog*.htm
  155. # SQL Server files
  156. *.mdf
  157. *.ldf
  158. # Business Intelligence projects
  159. *.rdl.data
  160. *.bim.layout
  161. *.bim_*.settings
  162. # Microsoft Fakes
  163. FakesAssemblies/
  164. # Node.js Tools for Visual Studio
  165. .ntvs_analysis.dat
  166. # Visual Studio 6 build log
  167. *.plg
  168. # Visual Studio 6 workspace options file
  169. *.opt
  170. # LightSwitch generated files
  171. GeneratedArtifacts/
  172. _Pvt_Extensions/
  173. ModelManifest.xml
  174. /Bilder/Thumbs.db
  175. /Bilder/sKasten.gif
  176. /Bilder/normal.ltdb
  177. /Bilder/Kasten.gif
  178. /Framework.VC.db
  179. /Framework Tests/Framwork.dll