.gitignore 6.7 KB

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