Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.45 KB | None | 0 0
  1.  
  2. # Created by https://www.gitignore.io/api/csharp,aspnetcore,visualstudio
  3. # Edit at https://www.gitignore.io/?templates=csharp,aspnetcore,visualstudio
  4.  
  5. ### ASPNETCore ###
  6. ## Ignore Visual Studio temporary files, build results, and
  7. ## files generated by popular Visual Studio add-ons.
  8.  
  9. # User-specific files
  10. *.suo
  11. *.user
  12. *.userosscache
  13. *.sln.docstates
  14.  
  15. # User-specific files (MonoDevelop/Xamarin Studio)
  16. *.userprefs
  17.  
  18. # Build results
  19. [Dd]ebug/
  20. [Dd]ebugPublic/
  21. [Rr]elease/
  22. [Rr]eleases/
  23. x64/
  24. x86/
  25. bld/
  26. [Bb]in/
  27. [Oo]bj/
  28. [Ll]og/
  29.  
  30. # Visual Studio 2015 cache/options directory
  31. .vs/
  32. # Uncomment if you have tasks that create the project's static files in wwwroot
  33. #wwwroot/
  34.  
  35. # MSTest test Results
  36. [Tt]est[Rr]esult*/
  37. [Bb]uild[Ll]og.*
  38.  
  39. # NUNIT
  40. *.VisualState.xml
  41. TestResult.xml
  42.  
  43. # Build Results of an ATL Project
  44. [Dd]ebugPS/
  45. [Rr]eleasePS/
  46. dlldata.c
  47.  
  48. # DNX
  49. project.lock.json
  50. project.fragment.lock.json
  51. artifacts/
  52.  
  53. *_i.c
  54. *_p.c
  55. *_i.h
  56. *.ilk
  57. *.meta
  58. *.obj
  59. *.pch
  60. *.pdb
  61. *.pgc
  62. *.pgd
  63. *.rsp
  64. *.sbr
  65. *.tlb
  66. *.tli
  67. *.tlh
  68. *.tmp
  69. *.tmp_proj
  70. *.log
  71. *.vspscc
  72. *.vssscc
  73. .builds
  74. *.pidb
  75. *.svclog
  76. *.scc
  77.  
  78. # Chutzpah Test files
  79. _Chutzpah*
  80.  
  81. # Visual C++ cache files
  82. ipch/
  83. *.aps
  84. *.ncb
  85. *.opendb
  86. *.opensdf
  87. *.sdf
  88. *.cachefile
  89. *.VC.db
  90. *.VC.VC.opendb
  91.  
  92. # Visual Studio profiler
  93. *.psess
  94. *.vsp
  95. *.vspx
  96. *.sap
  97.  
  98. # TFS 2012 Local Workspace
  99. $tf/
  100.  
  101. # Guidance Automation Toolkit
  102. *.gpState
  103.  
  104. # ReSharper is a .NET coding add-in
  105. _ReSharper*/
  106. *.[Rr]e[Ss]harper
  107. *.DotSettings.user
  108.  
  109. # JustCode is a .NET coding add-in
  110. .JustCode
  111.  
  112. # TeamCity is a build add-in
  113. _TeamCity*
  114.  
  115. # DotCover is a Code Coverage Tool
  116. *.dotCover
  117.  
  118. # Visual Studio code coverage results
  119. *.coverage
  120. *.coveragexml
  121.  
  122. # NCrunch
  123. _NCrunch_*
  124. .*crunch*.local.xml
  125. nCrunchTemp_*
  126.  
  127. # MightyMoose
  128. *.mm.*
  129. AutoTest.Net/
  130.  
  131. # Web workbench (sass)
  132. .sass-cache/
  133.  
  134. # Installshield output folder
  135. [Ee]xpress/
  136.  
  137. # DocProject is a documentation generator add-in
  138. DocProject/buildhelp/
  139. DocProject/Help/*.HxT
  140. DocProject/Help/*.HxC
  141. DocProject/Help/*.hhc
  142. DocProject/Help/*.hhk
  143. DocProject/Help/*.hhp
  144. DocProject/Help/Html2
  145. DocProject/Help/html
  146.  
  147. # Click-Once directory
  148. publish/
  149.  
  150. # Publish Web Output
  151. *.[Pp]ublish.xml
  152. *.azurePubxml
  153. # TODO: Comment the next line if you want to checkin your web deploy settings
  154. # but database connection strings (with potential passwords) will be unencrypted
  155. *.pubxml
  156. *.publishproj
  157.  
  158. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  159. # checkin your Azure Web App publish settings, but sensitive information contained
  160. # in these scripts will be unencrypted
  161. PublishScripts/
  162.  
  163. # NuGet Packages
  164. *.nupkg
  165. # The packages folder can be ignored because of Package Restore
  166. **/packages/*
  167. # except build/, which is used as an MSBuild target.
  168. !**/packages/build/
  169. # Uncomment if necessary however generally it will be regenerated when needed
  170. #!**/packages/repositories.config
  171. # NuGet v3's project.json files produces more ignoreable files
  172. *.nuget.props
  173. *.nuget.targets
  174.  
  175. # Microsoft Azure Build Output
  176. csx/
  177. *.build.csdef
  178.  
  179. # Microsoft Azure Emulator
  180. ecf/
  181. rcf/
  182.  
  183. # Windows Store app package directories and files
  184. AppPackages/
  185. BundleArtifacts/
  186. Package.StoreAssociation.xml
  187. _pkginfo.txt
  188.  
  189. # Visual Studio cache files
  190. # files ending in .cache can be ignored
  191. *.[Cc]ache
  192. # but keep track of directories ending in .cache
  193. !*.[Cc]ache/
  194.  
  195. # Others
  196. ClientBin/
  197. ~$*
  198. *~
  199. *.dbmdl
  200. *.dbproj.schemaview
  201. *.jfm
  202. *.pfx
  203. *.publishsettings
  204. node_modules/
  205. orleans.codegen.cs
  206.  
  207. # Since there are multiple workflows, uncomment next line to ignore bower_components
  208. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  209. #bower_components/
  210.  
  211. # RIA/Silverlight projects
  212. Generated_Code/
  213.  
  214. # Backup & report files from converting an old project file
  215. # to a newer Visual Studio version. Backup files are not needed,
  216. # because we have git ;-)
  217. _UpgradeReport_Files/
  218. Backup*/
  219. UpgradeLog*.XML
  220. UpgradeLog*.htm
  221.  
  222. # SQL Server files
  223. *.mdf
  224. *.ldf
  225.  
  226. # Business Intelligence projects
  227. *.rdl.data
  228. *.bim.layout
  229. *.bim_*.settings
  230.  
  231. # Microsoft Fakes
  232. FakesAssemblies/
  233.  
  234. # GhostDoc plugin setting file
  235. *.GhostDoc.xml
  236.  
  237. # Node.js Tools for Visual Studio
  238. .ntvs_analysis.dat
  239.  
  240. # Visual Studio 6 build log
  241. *.plg
  242.  
  243. # Visual Studio 6 workspace options file
  244. *.opt
  245.  
  246. # Visual Studio LightSwitch build output
  247. **/*.HTMLClient/GeneratedArtifacts
  248. **/*.DesktopClient/GeneratedArtifacts
  249. **/*.DesktopClient/ModelManifest.xml
  250. **/*.Server/GeneratedArtifacts
  251. **/*.Server/ModelManifest.xml
  252. _Pvt_Extensions
  253.  
  254. # Paket dependency manager
  255. .paket/paket.exe
  256. paket-files/
  257.  
  258. # FAKE - F# Make
  259. .fake/
  260.  
  261. # JetBrains Rider
  262. .idea/
  263. *.sln.iml
  264.  
  265. # CodeRush
  266. .cr/
  267.  
  268. # Python Tools for Visual Studio (PTVS)
  269. __pycache__/
  270. *.pyc
  271.  
  272. # Cake - Uncomment if you are using it
  273. # tools/
  274.  
  275. ### Csharp ###
  276. ##
  277. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  278.  
  279. # User-specific files
  280. *.rsuser
  281.  
  282. # User-specific files (MonoDevelop/Xamarin Studio)
  283.  
  284. # Mono auto generated files
  285. mono_crash.*
  286.  
  287. # Build results
  288. [Aa][Rr][Mm]/
  289. [Aa][Rr][Mm]64/
  290.  
  291. # Visual Studio 2015/2017 cache/options directory
  292. # Uncomment if you have tasks that create the project's static files in wwwroot
  293.  
  294. # Visual Studio 2017 auto generated files
  295. Generated\ Files/
  296.  
  297. # MSTest test Results
  298.  
  299. # NUnit
  300. nunit-*.xml
  301.  
  302. # Build Results of an ATL Project
  303.  
  304. # Benchmark Results
  305. BenchmarkDotNet.Artifacts/
  306.  
  307. # .NET Core
  308.  
  309. # StyleCop
  310. StyleCopReport.xml
  311.  
  312. # Files built by Visual Studio
  313. *_h.h
  314. *.iobj
  315. *.ipdb
  316. *_wpftmp.csproj
  317.  
  318. # Chutzpah Test files
  319.  
  320. # Visual C++ cache files
  321.  
  322. # Visual Studio profiler
  323.  
  324. # Visual Studio Trace Files
  325. *.e2e
  326.  
  327. # TFS 2012 Local Workspace
  328.  
  329. # Guidance Automation Toolkit
  330.  
  331. # ReSharper is a .NET coding add-in
  332.  
  333. # JustCode is a .NET coding add-in
  334.  
  335. # TeamCity is a build add-in
  336.  
  337. # DotCover is a Code Coverage Tool
  338.  
  339. # AxoCover is a Code Coverage Tool
  340. .axoCover/*
  341. !.axoCover/settings.json
  342.  
  343. # Visual Studio code coverage results
  344.  
  345. # NCrunch
  346.  
  347. # MightyMoose
  348.  
  349. # Web workbench (sass)
  350.  
  351. # Installshield output folder
  352.  
  353. # DocProject is a documentation generator add-in
  354.  
  355. # Click-Once directory
  356.  
  357. # Publish Web Output
  358. # Note: Comment the next line if you want to checkin your web deploy settings,
  359. # but database connection strings (with potential passwords) will be unencrypted
  360.  
  361. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  362. # checkin your Azure Web App publish settings, but sensitive information contained
  363. # in these scripts will be unencrypted
  364.  
  365. # NuGet Packages
  366. # NuGet Symbol Packages
  367. *.snupkg
  368. # The packages folder can be ignored because of Package Restore
  369. **/[Pp]ackages/*
  370. # except build/, which is used as an MSBuild target.
  371. !**/[Pp]ackages/build/
  372. # Uncomment if necessary however generally it will be regenerated when needed
  373. #!**/[Pp]ackages/repositories.config
  374. # NuGet v3's project.json files produces more ignorable files
  375.  
  376. # Microsoft Azure Build Output
  377.  
  378. # Microsoft Azure Emulator
  379.  
  380. # Windows Store app package directories and files
  381. *.appx
  382. *.appxbundle
  383. *.appxupload
  384.  
  385. # Visual Studio cache files
  386. # files ending in .cache can be ignored
  387. # but keep track of directories ending in .cache
  388. !?*.[Cc]ache/
  389.  
  390. # Others
  391.  
  392. # Including strong name files can present a security risk
  393. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  394. #*.snk
  395.  
  396. # Since there are multiple workflows, uncomment next line to ignore bower_components
  397. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  398.  
  399. # RIA/Silverlight projects
  400.  
  401. # Backup & report files from converting an old project file
  402. # to a newer Visual Studio version. Backup files are not needed,
  403. # because we have git ;-)
  404. ServiceFabricBackup/
  405. *.rptproj.bak
  406.  
  407. # SQL Server files
  408. *.ndf
  409.  
  410. # Business Intelligence projects
  411. *.rptproj.rsuser
  412. *- [Bb]ackup.rdl
  413. *- [Bb]ackup ([0-9]).rdl
  414. *- [Bb]ackup ([0-9][0-9]).rdl
  415.  
  416. # Microsoft Fakes
  417.  
  418. # GhostDoc plugin setting file
  419.  
  420. # Node.js Tools for Visual Studio
  421.  
  422. # Visual Studio 6 build log
  423.  
  424. # Visual Studio 6 workspace options file
  425.  
  426. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  427. *.vbw
  428.  
  429. # Visual Studio LightSwitch build output
  430.  
  431. # Paket dependency manager
  432.  
  433. # FAKE - F# Make
  434.  
  435. # CodeRush personal settings
  436. .cr/personal
  437.  
  438. # Python Tools for Visual Studio (PTVS)
  439.  
  440. # Cake - Uncomment if you are using it
  441. # tools/**
  442. # !tools/packages.config
  443.  
  444. # Tabs Studio
  445. *.tss
  446.  
  447. # Telerik's JustMock configuration file
  448. *.jmconfig
  449.  
  450. # BizTalk build output
  451. *.btp.cs
  452. *.btm.cs
  453. *.odx.cs
  454. *.xsd.cs
  455.  
  456. # OpenCover UI analysis results
  457. OpenCover/
  458.  
  459. # Azure Stream Analytics local run output
  460. ASALocalRun/
  461.  
  462. # MSBuild Binary and Structured Log
  463. *.binlog
  464.  
  465. # NVidia Nsight GPU debugger configuration file
  466. *.nvuser
  467.  
  468. # MFractors (Xamarin productivity tool) working folder
  469. .mfractor/
  470.  
  471. # Local History for Visual Studio
  472. .localhistory/
  473.  
  474. # BeatPulse healthcheck temp database
  475. healthchecksdb
  476.  
  477. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  478. MigrationBackup/
  479.  
  480. ### VisualStudio ###
  481.  
  482. # User-specific files
  483.  
  484. # User-specific files (MonoDevelop/Xamarin Studio)
  485.  
  486. # Mono auto generated files
  487.  
  488. # Build results
  489.  
  490. # Visual Studio 2015/2017 cache/options directory
  491. # Uncomment if you have tasks that create the project's static files in wwwroot
  492.  
  493. # Visual Studio 2017 auto generated files
  494.  
  495. # MSTest test Results
  496.  
  497. # NUnit
  498.  
  499. # Build Results of an ATL Project
  500.  
  501. # Benchmark Results
  502.  
  503. # .NET Core
  504.  
  505. # StyleCop
  506.  
  507. # Files built by Visual Studio
  508.  
  509. # Chutzpah Test files
  510.  
  511. # Visual C++ cache files
  512.  
  513. # Visual Studio profiler
  514.  
  515. # Visual Studio Trace Files
  516.  
  517. # TFS 2012 Local Workspace
  518.  
  519. # Guidance Automation Toolkit
  520.  
  521. # ReSharper is a .NET coding add-in
  522.  
  523. # JustCode is a .NET coding add-in
  524.  
  525. # TeamCity is a build add-in
  526.  
  527. # DotCover is a Code Coverage Tool
  528.  
  529. # AxoCover is a Code Coverage Tool
  530.  
  531. # Visual Studio code coverage results
  532.  
  533. # NCrunch
  534.  
  535. # MightyMoose
  536.  
  537. # Web workbench (sass)
  538.  
  539. # Installshield output folder
  540.  
  541. # DocProject is a documentation generator add-in
  542.  
  543. # Click-Once directory
  544.  
  545. # Publish Web Output
  546. # Note: Comment the next line if you want to checkin your web deploy settings,
  547. # but database connection strings (with potential passwords) will be unencrypted
  548.  
  549. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  550. # checkin your Azure Web App publish settings, but sensitive information contained
  551. # in these scripts will be unencrypted
  552.  
  553. # NuGet Packages
  554. # NuGet Symbol Packages
  555. # The packages folder can be ignored because of Package Restore
  556. # except build/, which is used as an MSBuild target.
  557. # Uncomment if necessary however generally it will be regenerated when needed
  558. # NuGet v3's project.json files produces more ignorable files
  559.  
  560. # Microsoft Azure Build Output
  561.  
  562. # Microsoft Azure Emulator
  563.  
  564. # Windows Store app package directories and files
  565.  
  566. # Visual Studio cache files
  567. # files ending in .cache can be ignored
  568. # but keep track of directories ending in .cache
  569.  
  570. # Others
  571.  
  572. # Including strong name files can present a security risk
  573. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  574.  
  575. # Since there are multiple workflows, uncomment next line to ignore bower_components
  576. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  577.  
  578. # RIA/Silverlight projects
  579.  
  580. # Backup & report files from converting an old project file
  581. # to a newer Visual Studio version. Backup files are not needed,
  582. # because we have git ;-)
  583.  
  584. # SQL Server files
  585.  
  586. # Business Intelligence projects
  587.  
  588. # Microsoft Fakes
  589.  
  590. # GhostDoc plugin setting file
  591.  
  592. # Node.js Tools for Visual Studio
  593.  
  594. # Visual Studio 6 build log
  595.  
  596. # Visual Studio 6 workspace options file
  597.  
  598. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  599.  
  600. # Visual Studio LightSwitch build output
  601.  
  602. # Paket dependency manager
  603.  
  604. # FAKE - F# Make
  605.  
  606. # CodeRush personal settings
  607.  
  608. # Python Tools for Visual Studio (PTVS)
  609.  
  610. # Cake - Uncomment if you are using it
  611. # tools/**
  612. # !tools/packages.config
  613.  
  614. # Tabs Studio
  615.  
  616. # Telerik's JustMock configuration file
  617.  
  618. # BizTalk build output
  619.  
  620. # OpenCover UI analysis results
  621.  
  622. # Azure Stream Analytics local run output
  623.  
  624. # MSBuild Binary and Structured Log
  625.  
  626. # NVidia Nsight GPU debugger configuration file
  627.  
  628. # MFractors (Xamarin productivity tool) working folder
  629.  
  630. # Local History for Visual Studio
  631.  
  632. # BeatPulse healthcheck temp database
  633.  
  634. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  635.  
  636. # End of https://www.gitignore.io/api/csharp,aspnetcore,visualstudio
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement