.gitignore 3.7 KB

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