.gitignore 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. ##
  4. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  5. # User-specific files
  6. *.rsuser
  7. *.suo
  8. *.user
  9. *.userosscache
  10. *.sln.docstates
  11. # User-specific files (MonoDevelop/Xamarin Studio)
  12. *.userprefs
  13. # Build results
  14. [Dd]ebug/
  15. [Dd]ebugPublic/
  16. [Rr]elease/
  17. [Rr]eleases/
  18. x64/
  19. x86/
  20. [Aa][Rr][Mm]/
  21. [Aa][Rr][Mm]64/
  22. bld/
  23. [Bb]in/
  24. [Oo]bj/
  25. [Ll]og/
  26. *.Comments.xml
  27. document.xml
  28. Document.xml
  29. # Visual Studio 2015/2017 cache/options directory
  30. .vs/
  31. # Uncomment if you have tasks that create the project's static files in wwwroot
  32. #wwwroot/
  33. # Visual Studio 2017 auto generated files
  34. Generated\ Files/
  35. # MSTest test Results
  36. [Tt]est[Rr]esult*/
  37. [Bb]uild[Ll]og.*
  38. # NUNIT
  39. *.VisualState.xml
  40. TestResult.xml
  41. # Build Results of an ATL Project
  42. [Dd]ebugPS/
  43. [Rr]eleasePS/
  44. dlldata.c
  45. # Benchmark Results
  46. BenchmarkDotNet.Artifacts/
  47. # .NET Core
  48. project.lock.json
  49. project.fragment.lock.json
  50. artifacts/
  51. # StyleCop
  52. StyleCopReport.xml
  53. # Files built by Visual Studio
  54. *_i.c
  55. *_p.c
  56. *_h.h
  57. *.ilk
  58. *.meta
  59. *.obj
  60. *.iobj
  61. *.pch
  62. *.pdb
  63. *.ipdb
  64. *.pgc
  65. *.pgd
  66. *.rsp
  67. *.sbr
  68. *.tlb
  69. *.tli
  70. *.tlh
  71. *.tmp
  72. *.tmp_proj
  73. *_wpftmp.csproj
  74. *.log
  75. *.vspscc
  76. *.vssscc
  77. .builds
  78. *.pidb
  79. *.svclog
  80. *.scc
  81. # Chutzpah Test files
  82. _Chutzpah*
  83. # Visual C++ cache files
  84. ipch/
  85. *.aps
  86. *.ncb
  87. *.opendb
  88. *.opensdf
  89. *.sdf
  90. *.cachefile
  91. *.VC.db
  92. *.VC.VC.opendb
  93. # Visual Studio profiler
  94. *.psess
  95. *.vsp
  96. *.vspx
  97. *.sap
  98. # Visual Studio Trace Files
  99. *.e2e
  100. # TFS 2012 Local Workspace
  101. $tf/
  102. # Guidance Automation Toolkit
  103. *.gpState
  104. # ReSharper is a .NET coding add-in
  105. _ReSharper*/
  106. *.[Rr]e[Ss]harper
  107. *.DotSettings.user
  108. # JustCode is a .NET coding add-in
  109. .JustCode
  110. # TeamCity is a build add-in
  111. _TeamCity*
  112. # DotCover is a Code Coverage Tool
  113. *.dotCover
  114. # AxoCover is a Code Coverage Tool
  115. .axoCover/*
  116. !.axoCover/settings.json
  117. # Visual Studio code coverage results
  118. *.coverage
  119. *.coveragexml
  120. # NCrunch
  121. _NCrunch_*
  122. .*crunch*.local.xml
  123. nCrunchTemp_*
  124. # MightyMoose
  125. *.mm.*
  126. AutoTest.Net/
  127. # Web workbench (sass)
  128. .sass-cache/
  129. # Installshield output folder
  130. [Ee]xpress/
  131. # DocProject is a documentation generator add-in
  132. DocProject/buildhelp/
  133. DocProject/Help/*.HxT
  134. DocProject/Help/*.HxC
  135. DocProject/Help/*.hhc
  136. DocProject/Help/*.hhk
  137. DocProject/Help/*.hhp
  138. DocProject/Help/Html2
  139. DocProject/Help/html
  140. # Click-Once directory
  141. publish/
  142. # Publish Web Output
  143. *.[Pp]ublish.xml
  144. *.azurePubxml
  145. # Note: Comment the next line if you want to checkin your web deploy settings,
  146. # but database connection strings (with potential passwords) will be unencrypted
  147. *.pubxml
  148. *.publishproj
  149. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  150. # checkin your Azure Web App publish settings, but sensitive information contained
  151. # in these scripts will be unencrypted
  152. PublishScripts/
  153. # NuGet Packages
  154. *.nupkg
  155. # The packages folder can be ignored because of Package Restore
  156. **/[Pp]ackages/*
  157. # except build/, which is used as an MSBuild target.
  158. !**/[Pp]ackages/build/
  159. # Uncomment if necessary however generally it will be regenerated when needed
  160. #!**/[Pp]ackages/repositories.config
  161. # NuGet v3's project.json files produces more ignorable files
  162. *.nuget.props
  163. *.nuget.targets
  164. # Microsoft Azure Build Output
  165. csx/
  166. *.build.csdef
  167. # Microsoft Azure Emulator
  168. ecf/
  169. rcf/
  170. # Windows Store app package directories and files
  171. AppPackages/
  172. BundleArtifacts/
  173. Package.StoreAssociation.xml
  174. _pkginfo.txt
  175. *.appx
  176. # Visual Studio cache files
  177. # files ending in .cache can be ignored
  178. *.[Cc]ache
  179. # but keep track of directories ending in .cache
  180. !?*.[Cc]ache/
  181. # Others
  182. ClientBin/
  183. ~$*
  184. *~
  185. *.dbmdl
  186. *.dbproj.schemaview
  187. *.jfm
  188. *.pfx
  189. *.publishsettings
  190. orleans.codegen.cs
  191. # Including strong name files can present a security risk
  192. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  193. #*.snk
  194. # Since there are multiple workflows, uncomment next line to ignore bower_components
  195. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  196. #bower_components/
  197. # RIA/Silverlight projects
  198. Generated_Code/
  199. # Backup & report files from converting an old project file
  200. # to a newer Visual Studio version. Backup files are not needed,
  201. # because we have git ;-)
  202. _UpgradeReport_Files/
  203. Backup*/
  204. UpgradeLog*.XML
  205. UpgradeLog*.htm
  206. ServiceFabricBackup/
  207. *.rptproj.bak
  208. # SQL Server files
  209. *.mdf
  210. *.ldf
  211. *.ndf
  212. # Business Intelligence projects
  213. *.rdl.data
  214. *.bim.layout
  215. *.bim_*.settings
  216. *.rptproj.rsuser
  217. *- Backup*.rdl
  218. # Microsoft Fakes
  219. FakesAssemblies/
  220. # GhostDoc plugin setting file
  221. *.GhostDoc.xml
  222. # Node.js Tools for Visual Studio
  223. .ntvs_analysis.dat
  224. node_modules/
  225. # Visual Studio 6 build log
  226. *.plg
  227. # Visual Studio 6 workspace options file
  228. *.opt
  229. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  230. *.vbw
  231. # Visual Studio LightSwitch build output
  232. **/*.HTMLClient/GeneratedArtifacts
  233. **/*.DesktopClient/GeneratedArtifacts
  234. **/*.DesktopClient/ModelManifest.xml
  235. **/*.Server/GeneratedArtifacts
  236. **/*.Server/ModelManifest.xml
  237. _Pvt_Extensions
  238. # Paket dependency manager
  239. .paket/paket.exe
  240. paket-files/
  241. # FAKE - F# Make
  242. .fake/
  243. # JetBrains Rider
  244. .idea/
  245. *.sln.iml
  246. # CodeRush personal settings
  247. .cr/personal
  248. # Python Tools for Visual Studio (PTVS)
  249. __pycache__/
  250. *.pyc
  251. # Cake - Uncomment if you are using it
  252. # tools/**
  253. # !tools/packages.config
  254. # Tabs Studio
  255. *.tss
  256. # Telerik's JustMock configuration file
  257. *.jmconfig
  258. # BizTalk build output
  259. *.btp.cs
  260. *.btm.cs
  261. *.odx.cs
  262. *.xsd.cs
  263. # OpenCover UI analysis results
  264. OpenCover/
  265. # Azure Stream Analytics local run output
  266. ASALocalRun/
  267. # MSBuild Binary and Structured Log
  268. *.binlog
  269. # NVidia Nsight GPU debugger configuration file
  270. *.nvuser
  271. # MFractors (Xamarin productivity tool) working folder
  272. .mfractor/
  273. # Local History for Visual Studio
  274. .localhistory/
  275. # BeatPulse healthcheck temp database
  276. healthchecksdb