.gitignore 5.8 KB

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