.gitignore 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. *.dll
  2. .idea/
  3. # Created by https://www.gitignore.io/api/rider,csharp
  4. # Edit at https://www.gitignore.io/?templates=rider,csharp
  5. ### Csharp ###
  6. ## Ignore Visual Studio temporary files, build results, and
  7. ## files generated by popular Visual Studio add-ons.
  8. ##
  9. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  10. # User-specific files
  11. *.rsuser
  12. *.suo
  13. *.user
  14. *.userosscache
  15. *.sln.docstates
  16. # User-specific files (MonoDevelop/Xamarin Studio)
  17. *.userprefs
  18. # Mono auto generated files
  19. mono_crash.*
  20. # Build results
  21. [Dd]ebug/
  22. [Dd]ebugPublic/
  23. [Rr]elease/
  24. [Rr]eleases/
  25. x64/
  26. x86/
  27. [Aa][Rr][Mm]/
  28. [Aa][Rr][Mm]64/
  29. bld/
  30. [Bb]in/
  31. [Oo]bj/
  32. [Ll]og/
  33. # Visual Studio 2015/2017 cache/options directory
  34. .vs/
  35. # Uncomment if you have tasks that create the project's static files in wwwroot
  36. #wwwroot/
  37. # Visual Studio 2017 auto generated files
  38. Generated\ Files/
  39. # MSTest test Results
  40. [Tt]est[Rr]esult*/
  41. [Bb]uild[Ll]og.*
  42. # NUnit
  43. *.VisualState.xml
  44. TestResult.xml
  45. nunit-*.xml
  46. # Build Results of an ATL Project
  47. [Dd]ebugPS/
  48. [Rr]eleasePS/
  49. dlldata.c
  50. # Benchmark Results
  51. BenchmarkDotNet.Artifacts/
  52. # .NET Core
  53. project.lock.json
  54. project.fragment.lock.json
  55. artifacts/
  56. # StyleCop
  57. StyleCopReport.xml
  58. # Files built by Visual Studio
  59. *_i.c
  60. *_p.c
  61. *_h.h
  62. *.ilk
  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. # JustCode is a .NET coding add-in
  113. .JustCode
  114. # TeamCity is a build add-in
  115. _TeamCity*
  116. # DotCover is a Code Coverage Tool
  117. *.dotCover
  118. # AxoCover is a Code Coverage Tool
  119. .axoCover/*
  120. !.axoCover/settings.json
  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. ### Rider ###
  287. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  288. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  289. # User-specific stuff
  290. .idea/**/workspace.xml
  291. .idea/**/tasks.xml
  292. .idea/**/usage.statistics.xml
  293. .idea/**/dictionaries
  294. .idea/**/shelf
  295. # Generated files
  296. .idea/**/contentModel.xml
  297. # Sensitive or high-churn files
  298. .idea/**/dataSources/
  299. .idea/**/dataSources.ids
  300. .idea/**/dataSources.local.xml
  301. .idea/**/sqlDataSources.xml
  302. .idea/**/dynamic.xml
  303. .idea/**/uiDesigner.xml
  304. .idea/**/dbnavigator.xml
  305. # Gradle
  306. .idea/**/gradle.xml
  307. .idea/**/libraries
  308. # Gradle and Maven with auto-import
  309. # When using Gradle or Maven with auto-import, you should exclude module files,
  310. # since they will be recreated, and may cause churn. Uncomment if using
  311. # auto-import.
  312. # .idea/modules.xml
  313. # .idea/*.iml
  314. # .idea/modules
  315. # *.iml
  316. # *.ipr
  317. # CMake
  318. cmake-build-*/
  319. # Mongo Explorer plugin
  320. .idea/**/mongoSettings.xml
  321. # File-based project format
  322. *.iws
  323. # IntelliJ
  324. out/
  325. # mpeltonen/sbt-idea plugin
  326. .idea_modules/
  327. # JIRA plugin
  328. atlassian-ide-plugin.xml
  329. # Cursive Clojure plugin
  330. .idea/replstate.xml
  331. # Crashlytics plugin (for Android Studio and IntelliJ)
  332. com_crashlytics_export_strings.xml
  333. crashlytics.properties
  334. crashlytics-build.properties
  335. fabric.properties
  336. # Editor-based Rest Client
  337. .idea/httpRequests
  338. # Android studio 3.1+ serialized cache file
  339. .idea/caches/build_file_checksums.ser
  340. # End of https://www.gitignore.io/api/rider,csharp