.gitignore 7.3 KB

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