.gitignore 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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. bld/
  18. [Bb]in/
  19. [Oo]bj/
  20. [Ll]og/
  21. # Visual Studio 2015 cache/options directory
  22. .vs/
  23. # Uncomment if you have tasks that create the project's static files in wwwroot
  24. #wwwroot/
  25. # MSTest test Results
  26. [Tt]est[Rr]esult*/
  27. [Bb]uild[Ll]og.*
  28. # NUNIT
  29. *.VisualState.xml
  30. TestResult.xml
  31. # Build Results of an ATL Project
  32. [Dd]ebugPS/
  33. [Rr]eleasePS/
  34. dlldata.c
  35. # DNX
  36. project.lock.json
  37. artifacts/
  38. *_i.c
  39. *_p.c
  40. *_i.h
  41. *.ilk
  42. *.meta
  43. *.obj
  44. *.pch
  45. *.pdb
  46. *.pgc
  47. *.pgd
  48. *.rsp
  49. *.sbr
  50. *.tlb
  51. *.tli
  52. *.tlh
  53. *.tmp
  54. *.tmp_proj
  55. *.log
  56. *.vspscc
  57. *.vssscc
  58. .builds
  59. *.pidb
  60. *.svclog
  61. *.scc
  62. # Chutzpah Test files
  63. _Chutzpah*
  64. # Visual C++ cache files
  65. ipch/
  66. *.aps
  67. *.ncb
  68. *.opendb
  69. *.opensdf
  70. *.sdf
  71. *.cachefile
  72. # Visual Studio profiler
  73. *.psess
  74. *.vsp
  75. *.vspx
  76. *.sap
  77. # TFS 2012 Local Workspace
  78. $tf/
  79. # Guidance Automation Toolkit
  80. *.gpState
  81. # ReSharper is a .NET coding add-in
  82. _ReSharper*/
  83. *.[Rr]e[Ss]harper
  84. *.DotSettings.user
  85. # JustCode is a .NET coding add-in
  86. .JustCode
  87. # TeamCity is a build add-in
  88. _TeamCity*
  89. # DotCover is a Code Coverage Tool
  90. *.dotCover
  91. # NCrunch
  92. _NCrunch_*
  93. .*crunch*.local.xml
  94. nCrunchTemp_*
  95. # MightyMoose
  96. *.mm.*
  97. AutoTest.Net/
  98. # Web workbench (sass)
  99. .sass-cache/
  100. # Installshield output folder
  101. [Ee]xpress/
  102. # DocProject is a documentation generator add-in
  103. DocProject/buildhelp/
  104. DocProject/Help/*.HxT
  105. DocProject/Help/*.HxC
  106. DocProject/Help/*.hhc
  107. DocProject/Help/*.hhk
  108. DocProject/Help/*.hhp
  109. DocProject/Help/Html2
  110. DocProject/Help/html
  111. # Click-Once directory
  112. publish/
  113. # Publish Web Output
  114. *.[Pp]ublish.xml
  115. *.azurePubxml
  116. # TODO: Comment the next line if you want to checkin your web deploy settings
  117. # but database connection strings (with potential passwords) will be unencrypted
  118. *.pubxml
  119. *.publishproj
  120. # NuGet Packages
  121. *.nupkg
  122. # The packages folder can be ignored because of Package Restore
  123. **/packages/*
  124. # except build/, which is used as an MSBuild target.
  125. !**/packages/build/
  126. # Uncomment if necessary however generally it will be regenerated when needed
  127. #!**/packages/repositories.config
  128. # NuGet v3's project.json files produces more ignoreable files
  129. *.nuget.props
  130. *.nuget.targets
  131. # Microsoft Azure Build Output
  132. csx/
  133. *.build.csdef
  134. # Microsoft Azure Emulator
  135. ecf/
  136. rcf/
  137. # Windows Store app package directories and files
  138. AppPackages/
  139. BundleArtifacts/
  140. Package.StoreAssociation.xml
  141. _pkginfo.txt
  142. # Visual Studio cache files
  143. # files ending in .cache can be ignored
  144. *.[Cc]ache
  145. # but keep track of directories ending in .cache
  146. !*.[Cc]ache/
  147. # Others
  148. ClientBin/
  149. ~$*
  150. *~
  151. *.dbmdl
  152. *.dbproj.schemaview
  153. *.pfx
  154. *.publishsettings
  155. node_modules/
  156. orleans.codegen.cs
  157. # Since there are multiple workflows, uncomment next line to ignore bower_components
  158. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  159. #bower_components/
  160. # RIA/Silverlight projects
  161. Generated_Code/
  162. # Backup & report files from converting an old project file
  163. # to a newer Visual Studio version. Backup files are not needed,
  164. # because we have git ;-)
  165. _UpgradeReport_Files/
  166. Backup*/
  167. UpgradeLog*.XML
  168. UpgradeLog*.htm
  169. # SQL Server files
  170. *.mdf
  171. *.ldf
  172. # Business Intelligence projects
  173. *.rdl.data
  174. *.bim.layout
  175. *.bim_*.settings
  176. # Microsoft Fakes
  177. FakesAssemblies/
  178. # GhostDoc plugin setting file
  179. *.GhostDoc.xml
  180. # Node.js Tools for Visual Studio
  181. .ntvs_analysis.dat
  182. # Visual Studio 6 build log
  183. *.plg
  184. # Visual Studio 6 workspace options file
  185. *.opt
  186. # Visual Studio LightSwitch build output
  187. **/*.HTMLClient/GeneratedArtifacts
  188. **/*.DesktopClient/GeneratedArtifacts
  189. **/*.DesktopClient/ModelManifest.xml
  190. **/*.Server/GeneratedArtifacts
  191. **/*.Server/ModelManifest.xml
  192. _Pvt_Extensions
  193. # Paket dependency manager
  194. .paket/paket.exe
  195. paket-files/
  196. # FAKE - F# Make
  197. .fake/
  198. # JetBrains Rider
  199. .idea/
  200. *.sln.iml