.gitignore 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  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/master/VisualStudio.gitignore
  5. # User-specific files
  6. *.rsuser
  7. *.suo
  8. *.user
  9. *.userosscache
  10. *.sln.docstates
  11. # User-specific files (MonoDevelop/Xamarin Studio)
  12. *.userprefs
  13. # Build results
  14. [Dd]ebug/
  15. [Dd]ebugPublic/
  16. [Rr]elease/
  17. [Rr]eleases/
  18. x64/
  19. x86/
  20. TestResult/
  21. [Aa][Rr][Mm]/
  22. [Aa][Rr][Mm]64/
  23. bld/
  24. [Bb]in/
  25. [Oo]bj/
  26. [Ll]og/
  27. *.Comments.xml
  28. document.xml
  29. Document.xml
  30. logs/
  31. # Visual Studio 2015/2017 cache/options directory
  32. .vs/
  33. # Uncomment if you have tasks that create the project's static files in wwwroot
  34. #wwwroot/
  35. # Visual Studio 2017 auto generated files
  36. Generated\ Files/
  37. # MSTest test Results
  38. [Tt]est[Rr]esult*/
  39. [Bb]uild[Ll]og.*
  40. # NUNIT
  41. *.VisualState.xml
  42. TestResult.xml
  43. # Build Results of an ATL Project
  44. [Dd]ebugPS/
  45. [Rr]eleasePS/
  46. dlldata.c
  47. # Benchmark Results
  48. BenchmarkDotNet.Artifacts/
  49. # .NET Core
  50. project.lock.json
  51. project.fragment.lock.json
  52. artifacts/
  53. # StyleCop
  54. StyleCopReport.xml
  55. # Files built by Visual Studio
  56. *_i.c
  57. *_p.c
  58. *_h.h
  59. *.ilk
  60. *.meta
  61. *.obj
  62. *.iobj
  63. *.pch
  64. *.pdb
  65. *.ipdb
  66. *.pgc
  67. *.pgd
  68. *.rsp
  69. *.sbr
  70. *.tlb
  71. *.tli
  72. *.tlh
  73. *.tmp
  74. *.tmp_proj
  75. *_wpftmp.csproj
  76. *.log
  77. *.vspscc
  78. *.vssscc
  79. .builds
  80. *.pidb
  81. *.svclog
  82. *.scc
  83. # Chutzpah Test files
  84. _Chutzpah*
  85. # Visual C++ cache files
  86. ipch/
  87. *.aps
  88. *.ncb
  89. *.opendb
  90. *.opensdf
  91. *.sdf
  92. *.cachefile
  93. *.VC.db
  94. *.VC.VC.opendb
  95. # Visual Studio profiler
  96. *.psess
  97. *.vsp
  98. *.vspx
  99. *.sap
  100. # Visual Studio Trace Files
  101. *.e2e
  102. # TFS 2012 Local Workspace
  103. $tf/
  104. # Guidance Automation Toolkit
  105. *.gpState
  106. # ReSharper is a .NET coding add-in
  107. _ReSharper*/
  108. *.[Rr]e[Ss]harper
  109. *.DotSettings.user
  110. # JustCode is a .NET coding add-in
  111. .JustCode
  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. # Visual Studio code coverage results
  120. *.coverage
  121. *.coveragexml
  122. # NCrunch
  123. _NCrunch_*
  124. .*crunch*.local.xml
  125. nCrunchTemp_*
  126. # MightyMoose
  127. *.mm.*
  128. AutoTest.Net/
  129. # Web workbench (sass)
  130. .sass-cache/
  131. # Installshield output folder
  132. [Ee]xpress/
  133. # DocProject is a documentation generator add-in
  134. DocProject/buildhelp/
  135. DocProject/Help/*.HxT
  136. DocProject/Help/*.HxC
  137. DocProject/Help/*.hhc
  138. DocProject/Help/*.hhk
  139. DocProject/Help/*.hhp
  140. DocProject/Help/Html2
  141. DocProject/Help/html
  142. # Click-Once directory
  143. publish/
  144. # Publish Web Output
  145. *.[Pp]ublish.xml
  146. *.azurePubxml
  147. # Note: Comment the next line if you want to checkin your web deploy settings,
  148. # but database connection strings (with potential passwords) will be unencrypted
  149. *.pubxml
  150. *.publishproj
  151. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  152. # checkin your Azure Web App publish settings, but sensitive information contained
  153. # in these scripts will be unencrypted
  154. PublishScripts/
  155. # NuGet Packages
  156. *.nupkg
  157. # The packages folder can be ignored because of Package Restore
  158. **/[Pp]ackages/*
  159. # except build/, which is used as an MSBuild target.
  160. !**/[Pp]ackages/build/
  161. # Uncomment if necessary however generally it will be regenerated when needed
  162. #!**/[Pp]ackages/repositories.config
  163. # NuGet v3's project.json files produces more ignorable files
  164. *.nuget.props
  165. *.nuget.targets
  166. # Microsoft Azure Build Output
  167. csx/
  168. *.build.csdef
  169. # Microsoft Azure Emulator
  170. ecf/
  171. rcf/
  172. # Windows Store app package directories and files
  173. AppPackages/
  174. BundleArtifacts/
  175. Package.StoreAssociation.xml
  176. _pkginfo.txt
  177. *.appx
  178. # Visual Studio cache files
  179. # files ending in .cache can be ignored
  180. *.[Cc]ache
  181. # but keep track of directories ending in .cache
  182. !?*.[Cc]ache/
  183. # Others
  184. ClientBin/
  185. ~$*
  186. *~
  187. *.dbmdl
  188. *.dbproj.schemaview
  189. *.jfm
  190. *.pfx
  191. *.publishsettings
  192. orleans.codegen.cs
  193. # Including strong name files can present a security risk
  194. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  195. #*.snk
  196. # Since there are multiple workflows, uncomment next line to ignore bower_components
  197. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  198. #bower_components/
  199. # RIA/Silverlight projects
  200. Generated_Code/
  201. # Backup & report files from converting an old project file
  202. # to a newer Visual Studio version. Backup files are not needed,
  203. # because we have git ;-)
  204. _UpgradeReport_Files/
  205. Backup*/
  206. UpgradeLog*.XML
  207. UpgradeLog*.htm
  208. ServiceFabricBackup/
  209. *.rptproj.bak
  210. # SQL Server files
  211. *.mdf
  212. *.ldf
  213. *.ndf
  214. # Business Intelligence projects
  215. *.rdl.data
  216. *.bim.layout
  217. *.bim_*.settings
  218. *.rptproj.rsuser
  219. *- Backup*.rdl
  220. # Microsoft Fakes
  221. FakesAssemblies/
  222. # GhostDoc plugin setting file
  223. *.GhostDoc.xml
  224. # Node.js Tools for Visual Studio
  225. .ntvs_analysis.dat
  226. node_modules/
  227. # Visual Studio 6 build log
  228. *.plg
  229. # Visual Studio 6 workspace options file
  230. *.opt
  231. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  232. *.vbw
  233. # Visual Studio LightSwitch build output
  234. **/*.HTMLClient/GeneratedArtifacts
  235. **/*.DesktopClient/GeneratedArtifacts
  236. **/*.DesktopClient/ModelManifest.xml
  237. **/*.Server/GeneratedArtifacts
  238. **/*.Server/ModelManifest.xml
  239. _Pvt_Extensions
  240. # Paket dependency manager
  241. .paket/paket.exe
  242. paket-files/
  243. # FAKE - F# Make
  244. .fake/
  245. # JetBrains Rider
  246. .idea/
  247. *.sln.iml
  248. # CodeRush personal settings
  249. .cr/personal
  250. # Python Tools for Visual Studio (PTVS)
  251. __pycache__/
  252. *.pyc
  253. # Cake - Uncomment if you are using it
  254. # tools/**
  255. # !tools/packages.config
  256. # Tabs Studio
  257. *.tss
  258. # Telerik's JustMock configuration file
  259. *.jmconfig
  260. # BizTalk build output
  261. *.btp.cs
  262. *.btm.cs
  263. *.odx.cs
  264. *.xsd.cs
  265. # OpenCover UI analysis results
  266. OpenCover/
  267. # Azure Stream Analytics local run output
  268. ASALocalRun/
  269. # MSBuild Binary and Structured Log
  270. *.binlog
  271. # NVidia Nsight GPU debugger configuration file
  272. *.nvuser
  273. # MFractors (Xamarin productivity tool) working folder
  274. .mfractor/
  275. # Local History for Visual Studio
  276. .localhistory/
  277. # BeatPulse healthcheck temp database
  278. healthchecksdb
  279. /merge.ps1
  280. /merge_245_test.ps1
  281. /merge_dev.ps1
  282. /merge_snapshot_test.ps1
  283. /src/Hotline.Api/Properties/launchSettings.json