.gitignore 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  1. #### PROJECT SPECIFICS ####
  2. code_coverage/
  3. tools/
  4. */test-keys/*
  5. # Created by https://www.toptal.com/developers/gitignore/api/visualstudio,rider,csharp,vscode
  6. # Edit at https://www.toptal.com/developers/gitignore?templates=visualstudio,rider,csharp,vscode
  7. ### Csharp ###
  8. ## Ignore Visual Studio temporary files, build results, and
  9. ## files generated by popular Visual Studio add-ons.
  10. ##
  11. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  12. # User-specific files
  13. *.rsuser
  14. *.suo
  15. *.user
  16. *.userosscache
  17. *.sln.docstates
  18. # User-specific files (MonoDevelop/Xamarin Studio)
  19. *.userprefs
  20. # Mono auto generated files
  21. mono_crash.*
  22. # Build results
  23. [Dd]ebug/
  24. [Dd]ebugPublic/
  25. [Rr]elease/
  26. [Rr]eleases/
  27. x64/
  28. x86/
  29. [Aa][Rr][Mm]/
  30. [Aa][Rr][Mm]64/
  31. bld/
  32. [Bb]in/
  33. [Oo]bj/
  34. [Ll]og/
  35. [Ll]ogs/
  36. # Visual Studio 2015/2017 cache/options directory
  37. .vs/
  38. # Uncomment if you have tasks that create the project's static files in wwwroot
  39. #wwwroot/
  40. # Visual Studio 2017 auto generated files
  41. Generated\ Files/
  42. # MSTest test Results
  43. [Tt]est[Rr]esult*/
  44. [Bb]uild[Ll]og.*
  45. # NUnit
  46. *.VisualState.xml
  47. TestResult.xml
  48. nunit-*.xml
  49. # Build Results of an ATL Project
  50. [Dd]ebugPS/
  51. [Rr]eleasePS/
  52. dlldata.c
  53. # Benchmark Results
  54. BenchmarkDotNet.Artifacts/
  55. # .NET Core
  56. project.lock.json
  57. project.fragment.lock.json
  58. artifacts/
  59. # StyleCop
  60. StyleCopReport.xml
  61. # Files built by Visual Studio
  62. *_i.c
  63. *_p.c
  64. *_h.h
  65. *.ilk
  66. *.meta
  67. *.obj
  68. *.iobj
  69. *.pch
  70. *.pdb
  71. *.ipdb
  72. *.pgc
  73. *.pgd
  74. *.rsp
  75. *.sbr
  76. *.tlb
  77. *.tli
  78. *.tlh
  79. *.tmp
  80. *.tmp_proj
  81. *_wpftmp.csproj
  82. *.log
  83. *.vspscc
  84. *.vssscc
  85. .builds
  86. *.pidb
  87. *.svclog
  88. *.scc
  89. # Chutzpah Test files
  90. _Chutzpah*
  91. # Visual C++ cache files
  92. ipch/
  93. *.aps
  94. *.ncb
  95. *.opendb
  96. *.opensdf
  97. *.sdf
  98. *.cachefile
  99. *.VC.db
  100. *.VC.VC.opendb
  101. # Visual Studio profiler
  102. *.psess
  103. *.vsp
  104. *.vspx
  105. *.sap
  106. # Visual Studio Trace Files
  107. *.e2e
  108. # TFS 2012 Local Workspace
  109. $tf/
  110. # Guidance Automation Toolkit
  111. *.gpState
  112. # ReSharper is a .NET coding add-in
  113. _ReSharper*/
  114. *.[Rr]e[Ss]harper
  115. *.DotSettings.user
  116. # TeamCity is a build add-in
  117. _TeamCity*
  118. # DotCover is a Code Coverage Tool
  119. *.dotCover
  120. # AxoCover is a Code Coverage Tool
  121. .axoCover/*
  122. !.axoCover/settings.json
  123. # Coverlet is a free, cross platform Code Coverage Tool
  124. coverage*[.json, .xml, .info]
  125. # Visual Studio code coverage results
  126. *.coverage
  127. *.coveragexml
  128. # NCrunch
  129. _NCrunch_*
  130. .*crunch*.local.xml
  131. nCrunchTemp_*
  132. # MightyMoose
  133. *.mm.*
  134. AutoTest.Net/
  135. # Web workbench (sass)
  136. .sass-cache/
  137. # Installshield output folder
  138. [Ee]xpress/
  139. # DocProject is a documentation generator add-in
  140. DocProject/buildhelp/
  141. DocProject/Help/*.HxT
  142. DocProject/Help/*.HxC
  143. DocProject/Help/*.hhc
  144. DocProject/Help/*.hhk
  145. DocProject/Help/*.hhp
  146. DocProject/Help/Html2
  147. DocProject/Help/html
  148. # Click-Once directory
  149. publish/
  150. # Publish Web Output
  151. *.[Pp]ublish.xml
  152. *.azurePubxml
  153. # Note: 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. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  158. # checkin your Azure Web App publish settings, but sensitive information contained
  159. # in these scripts will be unencrypted
  160. PublishScripts/
  161. # NuGet Packages
  162. *.nupkg
  163. # NuGet Symbol Packages
  164. *.snupkg
  165. # The packages folder can be ignored because of Package Restore
  166. **/[Pp]ackages/*
  167. # except build/, which is used as an MSBuild target.
  168. !**/[Pp]ackages/build/
  169. # Uncomment if necessary however generally it will be regenerated when needed
  170. #!**/[Pp]ackages/repositories.config
  171. # NuGet v3's project.json files produces more ignorable files
  172. *.nuget.props
  173. *.nuget.targets
  174. # Microsoft Azure Build Output
  175. csx/
  176. *.build.csdef
  177. # Microsoft Azure Emulator
  178. ecf/
  179. rcf/
  180. # Windows Store app package directories and files
  181. AppPackages/
  182. BundleArtifacts/
  183. Package.StoreAssociation.xml
  184. _pkginfo.txt
  185. *.appx
  186. *.appxbundle
  187. *.appxupload
  188. # Visual Studio cache files
  189. # files ending in .cache can be ignored
  190. *.[Cc]ache
  191. # but keep track of directories ending in .cache
  192. !?*.[Cc]ache/
  193. # Others
  194. ClientBin/
  195. ~$*
  196. *~
  197. *.dbmdl
  198. *.dbproj.schemaview
  199. *.jfm
  200. *.pfx
  201. *.publishsettings
  202. orleans.codegen.cs
  203. # Including strong name files can present a security risk
  204. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  205. #*.snk
  206. # Since there are multiple workflows, uncomment next line to ignore bower_components
  207. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  208. #bower_components/
  209. # RIA/Silverlight projects
  210. Generated_Code/
  211. # Backup & report files from converting an old project file
  212. # to a newer Visual Studio version. Backup files are not needed,
  213. # because we have git ;-)
  214. _UpgradeReport_Files/
  215. Backup*/
  216. UpgradeLog*.XML
  217. UpgradeLog*.htm
  218. ServiceFabricBackup/
  219. *.rptproj.bak
  220. # SQL Server files
  221. *.mdf
  222. *.ldf
  223. *.ndf
  224. # Business Intelligence projects
  225. *.rdl.data
  226. *.bim.layout
  227. *.bim_*.settings
  228. *.rptproj.rsuser
  229. *- [Bb]ackup.rdl
  230. *- [Bb]ackup ([0-9]).rdl
  231. *- [Bb]ackup ([0-9][0-9]).rdl
  232. # Microsoft Fakes
  233. FakesAssemblies/
  234. # GhostDoc plugin setting file
  235. *.GhostDoc.xml
  236. # Node.js Tools for Visual Studio
  237. .ntvs_analysis.dat
  238. node_modules/
  239. # Visual Studio 6 build log
  240. *.plg
  241. # Visual Studio 6 workspace options file
  242. *.opt
  243. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  244. *.vbw
  245. # Visual Studio LightSwitch build output
  246. **/*.HTMLClient/GeneratedArtifacts
  247. **/*.DesktopClient/GeneratedArtifacts
  248. **/*.DesktopClient/ModelManifest.xml
  249. **/*.Server/GeneratedArtifacts
  250. **/*.Server/ModelManifest.xml
  251. _Pvt_Extensions
  252. # Paket dependency manager
  253. .paket/paket.exe
  254. paket-files/
  255. # FAKE - F# Make
  256. .fake/
  257. # CodeRush personal settings
  258. .cr/personal
  259. # Python Tools for Visual Studio (PTVS)
  260. __pycache__/
  261. *.pyc
  262. # Cake - Uncomment if you are using it
  263. # tools/**
  264. # !tools/packages.config
  265. # Tabs Studio
  266. *.tss
  267. # Telerik's JustMock configuration file
  268. *.jmconfig
  269. # BizTalk build output
  270. *.btp.cs
  271. *.btm.cs
  272. *.odx.cs
  273. *.xsd.cs
  274. # OpenCover UI analysis results
  275. OpenCover/
  276. # Azure Stream Analytics local run output
  277. ASALocalRun/
  278. # MSBuild Binary and Structured Log
  279. *.binlog
  280. # NVidia Nsight GPU debugger configuration file
  281. *.nvuser
  282. # MFractors (Xamarin productivity tool) working folder
  283. .mfractor/
  284. # Local History for Visual Studio
  285. .localhistory/
  286. # BeatPulse healthcheck temp database
  287. healthchecksdb
  288. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  289. MigrationBackup/
  290. # Ionide (cross platform F# VS Code tools) working folder
  291. .ionide/
  292. ### Rider ###
  293. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  294. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  295. # User-specific stuff
  296. .idea/**/workspace.xml
  297. .idea/**/tasks.xml
  298. .idea/**/usage.statistics.xml
  299. .idea/**/dictionaries
  300. .idea/**/shelf
  301. # Generated files
  302. .idea/**/contentModel.xml
  303. # Sensitive or high-churn files
  304. .idea/**/dataSources/
  305. .idea/**/dataSources.ids
  306. .idea/**/dataSources.local.xml
  307. .idea/**/sqlDataSources.xml
  308. .idea/**/dynamic.xml
  309. .idea/**/uiDesigner.xml
  310. .idea/**/dbnavigator.xml
  311. # Gradle
  312. .idea/**/gradle.xml
  313. .idea/**/libraries
  314. # Gradle and Maven with auto-import
  315. # When using Gradle or Maven with auto-import, you should exclude module files,
  316. # since they will be recreated, and may cause churn. Uncomment if using
  317. # auto-import.
  318. # .idea/artifacts
  319. # .idea/compiler.xml
  320. # .idea/jarRepositories.xml
  321. # .idea/modules.xml
  322. # .idea/*.iml
  323. # .idea/modules
  324. # *.iml
  325. # *.ipr
  326. # CMake
  327. cmake-build-*/
  328. # Mongo Explorer plugin
  329. .idea/**/mongoSettings.xml
  330. # File-based project format
  331. *.iws
  332. # IntelliJ
  333. out/
  334. # mpeltonen/sbt-idea plugin
  335. .idea_modules/
  336. # JIRA plugin
  337. atlassian-ide-plugin.xml
  338. # Cursive Clojure plugin
  339. .idea/replstate.xml
  340. # Crashlytics plugin (for Android Studio and IntelliJ)
  341. com_crashlytics_export_strings.xml
  342. crashlytics.properties
  343. crashlytics-build.properties
  344. fabric.properties
  345. # Editor-based Rest Client
  346. .idea/httpRequests
  347. # Android studio 3.1+ serialized cache file
  348. .idea/caches/build_file_checksums.ser
  349. ### vscode ###
  350. .vscode/*
  351. !.vscode/settings.json
  352. !.vscode/tasks.json
  353. !.vscode/launch.json
  354. !.vscode/extensions.json
  355. *.code-workspace
  356. ### VisualStudio ###
  357. # User-specific files
  358. # User-specific files (MonoDevelop/Xamarin Studio)
  359. # Mono auto generated files
  360. # Build results
  361. # Visual Studio 2015/2017 cache/options directory
  362. # Uncomment if you have tasks that create the project's static files in wwwroot
  363. # Visual Studio 2017 auto generated files
  364. # MSTest test Results
  365. # NUnit
  366. # Build Results of an ATL Project
  367. # Benchmark Results
  368. # .NET Core
  369. # StyleCop
  370. # Files built by Visual Studio
  371. # Chutzpah Test files
  372. # Visual C++ cache files
  373. # Visual Studio profiler
  374. # Visual Studio Trace Files
  375. # TFS 2012 Local Workspace
  376. # Guidance Automation Toolkit
  377. # ReSharper is a .NET coding add-in
  378. # TeamCity is a build add-in
  379. # DotCover is a Code Coverage Tool
  380. # AxoCover is a Code Coverage Tool
  381. # Coverlet is a free, cross platform Code Coverage Tool
  382. # Visual Studio code coverage results
  383. # NCrunch
  384. # MightyMoose
  385. # Web workbench (sass)
  386. # Installshield output folder
  387. # DocProject is a documentation generator add-in
  388. # Click-Once directory
  389. # Publish Web Output
  390. # Note: Comment the next line if you want to checkin your web deploy settings,
  391. # but database connection strings (with potential passwords) will be unencrypted
  392. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  393. # checkin your Azure Web App publish settings, but sensitive information contained
  394. # in these scripts will be unencrypted
  395. # NuGet Packages
  396. # NuGet Symbol Packages
  397. # The packages folder can be ignored because of Package Restore
  398. # except build/, which is used as an MSBuild target.
  399. # Uncomment if necessary however generally it will be regenerated when needed
  400. # NuGet v3's project.json files produces more ignorable files
  401. # Microsoft Azure Build Output
  402. # Microsoft Azure Emulator
  403. # Windows Store app package directories and files
  404. # Visual Studio cache files
  405. # files ending in .cache can be ignored
  406. # but keep track of directories ending in .cache
  407. # Others
  408. # Including strong name files can present a security risk
  409. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  410. # Since there are multiple workflows, uncomment next line to ignore bower_components
  411. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  412. # RIA/Silverlight projects
  413. # Backup & report files from converting an old project file
  414. # to a newer Visual Studio version. Backup files are not needed,
  415. # because we have git ;-)
  416. # SQL Server files
  417. # Business Intelligence projects
  418. # Microsoft Fakes
  419. # GhostDoc plugin setting file
  420. # Node.js Tools for Visual Studio
  421. # Visual Studio 6 build log
  422. # Visual Studio 6 workspace options file
  423. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  424. # Visual Studio LightSwitch build output
  425. # Paket dependency manager
  426. # FAKE - F# Make
  427. # CodeRush personal settings
  428. # Python Tools for Visual Studio (PTVS)
  429. # Cake - Uncomment if you are using it
  430. # tools/**
  431. # !tools/packages.config
  432. # Tabs Studio
  433. # Telerik's JustMock configuration file
  434. # BizTalk build output
  435. # OpenCover UI analysis results
  436. # Azure Stream Analytics local run output
  437. # MSBuild Binary and Structured Log
  438. # NVidia Nsight GPU debugger configuration file
  439. # MFractors (Xamarin productivity tool) working folder
  440. # Local History for Visual Studio
  441. # BeatPulse healthcheck temp database
  442. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  443. # Ionide (cross platform F# VS Code tools) working folder
  444. # End of https://www.toptal.com/developers/gitignore/api/visualstudio,rider,csharp,vscode
  445. bin/
  446. obj/
  447. .idea/
  448. src/*/obj/
  449. src/*/bin/
  450. src/.idea/
  451. /packages/
  452. riderModule.iml
  453. /_ReSharper.Caches/
  454. *DS_Store