.gitignore 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. # Created by https://www.toptal.com/developers/gitignore/api/csharp,rider
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=csharp,rider
  3. ### Csharp ###
  4. ## Ignore Visual Studio temporary files, build results, and
  5. ## files generated by popular Visual Studio add-ons.
  6. ##
  7. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  8. # User-specific files
  9. *.rsuser
  10. *.suo
  11. *.user
  12. *.userosscache
  13. *.sln.docstates
  14. # User-specific files (MonoDevelop/Xamarin Studio)
  15. *.userprefs
  16. # Mono auto generated files
  17. mono_crash.*
  18. # Build results
  19. [Dd]ebug/
  20. [Dd]ebugPublic/
  21. [Rr]elease/
  22. [Rr]eleases/
  23. x64/
  24. x86/
  25. [Aa][Rr][Mm]/
  26. [Aa][Rr][Mm]64/
  27. bld/
  28. [Bb]in/
  29. [Oo]bj/
  30. [Ll]og/
  31. [Ll]ogs/
  32. # Visual Studio 2015/2017 cache/options directory
  33. .vs/
  34. # Uncomment if you have tasks that create the project's static files in wwwroot
  35. #wwwroot/
  36. # Visual Studio 2017 auto generated files
  37. Generated\ Files/
  38. # MSTest test Results
  39. [Tt]est[Rr]esult*/
  40. [Bb]uild[Ll]og.*
  41. # NUnit
  42. *.VisualState.xml
  43. TestResult.xml
  44. nunit-*.xml
  45. # Build Results of an ATL Project
  46. [Dd]ebugPS/
  47. [Rr]eleasePS/
  48. dlldata.c
  49. # Benchmark Results
  50. BenchmarkDotNet.Artifacts/
  51. # .NET Core
  52. project.lock.json
  53. project.fragment.lock.json
  54. artifacts/
  55. # StyleCop
  56. StyleCopReport.xml
  57. # Files built by Visual Studio
  58. *_i.c
  59. *_p.c
  60. *_h.h
  61. *.ilk
  62. *.meta
  63. *.obj
  64. *.iobj
  65. *.pch
  66. *.pdb
  67. *.ipdb
  68. *.pgc
  69. *.pgd
  70. *.rsp
  71. *.sbr
  72. *.tlb
  73. *.tli
  74. *.tlh
  75. *.tmp
  76. *.tmp_proj
  77. *_wpftmp.csproj
  78. *.log
  79. *.vspscc
  80. *.vssscc
  81. .builds
  82. *.pidb
  83. *.svclog
  84. *.scc
  85. # Chutzpah Test files
  86. _Chutzpah*
  87. # Visual C++ cache files
  88. ipch/
  89. *.aps
  90. *.ncb
  91. *.opendb
  92. *.opensdf
  93. *.sdf
  94. *.cachefile
  95. *.VC.db
  96. *.VC.VC.opendb
  97. # Visual Studio profiler
  98. *.psess
  99. *.vsp
  100. *.vspx
  101. *.sap
  102. # Visual Studio Trace Files
  103. *.e2e
  104. # TFS 2012 Local Workspace
  105. $tf/
  106. # Guidance Automation Toolkit
  107. *.gpState
  108. # ReSharper is a .NET coding add-in
  109. _ReSharper*/
  110. *.[Rr]e[Ss]harper
  111. *.DotSettings.user
  112. # TeamCity is a build add-in
  113. _TeamCity*
  114. # DotCover is a Code Coverage Tool
  115. *.dotCover
  116. # AxoCover is a Code Coverage Tool
  117. .axoCover/*
  118. !.axoCover/settings.json
  119. # Coverlet is a free, cross platform Code Coverage Tool
  120. coverage*[.json, .xml, .info]
  121. # Visual Studio code coverage results
  122. *.coverage
  123. *.coveragexml
  124. # NCrunch
  125. _NCrunch_*
  126. .*crunch*.local.xml
  127. nCrunchTemp_*
  128. # MightyMoose
  129. *.mm.*
  130. AutoTest.Net/
  131. # Web workbench (sass)
  132. .sass-cache/
  133. # Installshield output folder
  134. [Ee]xpress/
  135. # DocProject is a documentation generator add-in
  136. DocProject/buildhelp/
  137. DocProject/Help/*.HxT
  138. DocProject/Help/*.HxC
  139. DocProject/Help/*.hhc
  140. DocProject/Help/*.hhk
  141. DocProject/Help/*.hhp
  142. DocProject/Help/Html2
  143. DocProject/Help/html
  144. # Click-Once directory
  145. publish/
  146. # Publish Web Output
  147. *.[Pp]ublish.xml
  148. *.azurePubxml
  149. # Note: Comment the next line if you want to checkin your web deploy settings,
  150. # but database connection strings (with potential passwords) will be unencrypted
  151. *.pubxml
  152. *.publishproj
  153. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  154. # checkin your Azure Web App publish settings, but sensitive information contained
  155. # in these scripts will be unencrypted
  156. PublishScripts/
  157. # NuGet Packages
  158. *.nupkg
  159. # NuGet Symbol Packages
  160. *.snupkg
  161. # The packages folder can be ignored because of Package Restore
  162. **/[Pp]ackages/*
  163. # except build/, which is used as an MSBuild target.
  164. !**/[Pp]ackages/build/
  165. # Uncomment if necessary however generally it will be regenerated when needed
  166. #!**/[Pp]ackages/repositories.config
  167. # NuGet v3's project.json files produces more ignorable files
  168. *.nuget.props
  169. *.nuget.targets
  170. # Microsoft Azure Build Output
  171. csx/
  172. *.build.csdef
  173. # Microsoft Azure Emulator
  174. ecf/
  175. rcf/
  176. # Windows Store app package directories and files
  177. AppPackages/
  178. BundleArtifacts/
  179. Package.StoreAssociation.xml
  180. _pkginfo.txt
  181. *.appx
  182. *.appxbundle
  183. *.appxupload
  184. # Visual Studio cache files
  185. # files ending in .cache can be ignored
  186. *.[Cc]ache
  187. # but keep track of directories ending in .cache
  188. !?*.[Cc]ache/
  189. # Others
  190. ClientBin/
  191. ~$*
  192. *~
  193. *.dbmdl
  194. *.dbproj.schemaview
  195. *.jfm
  196. *.pfx
  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 LightSwitch build output
  242. **/*.HTMLClient/GeneratedArtifacts
  243. **/*.DesktopClient/GeneratedArtifacts
  244. **/*.DesktopClient/ModelManifest.xml
  245. **/*.Server/GeneratedArtifacts
  246. **/*.Server/ModelManifest.xml
  247. _Pvt_Extensions
  248. # Paket dependency manager
  249. .paket/paket.exe
  250. paket-files/
  251. # FAKE - F# Make
  252. .fake/
  253. # CodeRush personal settings
  254. .cr/personal
  255. # Python Tools for Visual Studio (PTVS)
  256. __pycache__/
  257. *.pyc
  258. # Cake - Uncomment if you are using it
  259. # tools/**
  260. # !tools/packages.config
  261. # Tabs Studio
  262. *.tss
  263. # Telerik's JustMock configuration file
  264. *.jmconfig
  265. # BizTalk build output
  266. *.btp.cs
  267. *.btm.cs
  268. *.odx.cs
  269. *.xsd.cs
  270. # OpenCover UI analysis results
  271. OpenCover/
  272. # Azure Stream Analytics local run output
  273. ASALocalRun/
  274. # MSBuild Binary and Structured Log
  275. *.binlog
  276. # NVidia Nsight GPU debugger configuration file
  277. *.nvuser
  278. # MFractors (Xamarin productivity tool) working folder
  279. .mfractor/
  280. # Local History for Visual Studio
  281. .localhistory/
  282. # BeatPulse healthcheck temp database
  283. healthchecksdb
  284. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  285. MigrationBackup/
  286. # Ionide (cross platform F# VS Code tools) working folder
  287. .ionide/
  288. ### Rider ###
  289. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  290. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  291. # User-specific stuff
  292. .idea/**/workspace.xml
  293. .idea/**/tasks.xml
  294. .idea/**/usage.statistics.xml
  295. .idea/**/dictionaries
  296. .idea/**/shelf
  297. # Generated files
  298. .idea/**/contentModel.xml
  299. # Sensitive or high-churn files
  300. .idea/**/dataSources/
  301. .idea/**/dataSources.ids
  302. .idea/**/dataSources.local.xml
  303. .idea/**/sqlDataSources.xml
  304. .idea/**/dynamic.xml
  305. .idea/**/uiDesigner.xml
  306. .idea/**/dbnavigator.xml
  307. # Gradle
  308. .idea/**/gradle.xml
  309. .idea/**/libraries
  310. # Gradle and Maven with auto-import
  311. # When using Gradle or Maven with auto-import, you should exclude module files,
  312. # since they will be recreated, and may cause churn. Uncomment if using
  313. # auto-import.
  314. # .idea/artifacts
  315. # .idea/compiler.xml
  316. # .idea/jarRepositories.xml
  317. # .idea/modules.xml
  318. # .idea/*.iml
  319. # .idea/modules
  320. # *.iml
  321. # *.ipr
  322. # CMake
  323. cmake-build-*/
  324. # Mongo Explorer plugin
  325. .idea/**/mongoSettings.xml
  326. # File-based project format
  327. *.iws
  328. # IntelliJ
  329. out/
  330. # mpeltonen/sbt-idea plugin
  331. .idea_modules/
  332. # JIRA plugin
  333. atlassian-ide-plugin.xml
  334. # Cursive Clojure plugin
  335. .idea/replstate.xml
  336. # Crashlytics plugin (for Android Studio and IntelliJ)
  337. com_crashlytics_export_strings.xml
  338. crashlytics.properties
  339. crashlytics-build.properties
  340. fabric.properties
  341. # Editor-based Rest Client
  342. .idea/httpRequests
  343. # Android studio 3.1+ serialized cache file
  344. .idea/caches/build_file_checksums.ser
  345. # End of https://www.toptal.com/developers/gitignore/api/csharp,rider