.gitignore 7.3 KB

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