.gitignore 5.9 KB

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