.gitignore 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  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. # Visual Studio 2015/2017 cache/options directory
  29. .vs/
  30. # Autogenerated VS solution and project files
  31. *.csproj
  32. *.sln
  33. !Plugin~/*.sln
  34. # Visual Studio 2017 auto generated files
  35. Generated\ Files/
  36. # MSTest test Results
  37. [Tt]est[Rr]esult*/
  38. [Bb]uild[Ll]og.*
  39. # NUNIT
  40. *.VisualState.xml
  41. TestResult.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. *.obj
  60. *.iobj
  61. *.pch
  62. *.pdb
  63. *.ipdb
  64. *.pgc
  65. *.pgd
  66. *.rsp
  67. *.sbr
  68. *.tlb
  69. *.tli
  70. *.tlh
  71. *.tmp
  72. *.tmp_proj
  73. *_wpftmp.csproj
  74. *.log
  75. *.vspscc
  76. *.vssscc
  77. .builds
  78. *.pidb
  79. *.svclog
  80. *.scc
  81. # Chutzpah Test files
  82. _Chutzpah*
  83. # Visual C++ cache files
  84. ipch/
  85. *.aps
  86. *.ncb
  87. *.opendb
  88. *.opensdf
  89. *.sdf
  90. *.cachefile
  91. *.VC.db
  92. *.VC.VC.opendb
  93. # Visual Studio profiler
  94. *.psess
  95. *.vsp
  96. *.vspx
  97. *.sap
  98. # Visual Studio Trace Files
  99. *.e2e
  100. # TFS 2012 Local Workspace
  101. $tf/
  102. # Guidance Automation Toolkit
  103. *.gpState
  104. # ReSharper is a .NET coding add-in
  105. _ReSharper*/
  106. *.[Rr]e[Ss]harper
  107. *.DotSettings.user
  108. # JustCode is a .NET coding add-in
  109. .JustCode
  110. # TeamCity is a build add-in
  111. _TeamCity*
  112. # DotCover is a Code Coverage Tool
  113. *.dotCover
  114. # AxoCover is a Code Coverage Tool
  115. .axoCover/*
  116. !.axoCover/settings.json
  117. # Visual Studio code coverage results
  118. *.coverage
  119. *.coveragexml
  120. # NCrunch
  121. _NCrunch_*
  122. .*crunch*.local.xml
  123. nCrunchTemp_*
  124. # MightyMoose
  125. *.mm.*
  126. AutoTest.Net/
  127. # Web workbench (sass)
  128. .sass-cache/
  129. # Installshield output folder
  130. [Ee]xpress/
  131. # DocProject is a documentation generator add-in
  132. DocProject/buildhelp/
  133. DocProject/Help/*.HxT
  134. DocProject/Help/*.HxC
  135. DocProject/Help/*.hhc
  136. DocProject/Help/*.hhk
  137. DocProject/Help/*.hhp
  138. DocProject/Help/Html2
  139. DocProject/Help/html
  140. # Click-Once directory
  141. publish/
  142. # Publish Web Output
  143. *.[Pp]ublish.xml
  144. *.azurePubxml
  145. # Note: Comment the next line if you want to checkin your web deploy settings,
  146. # but database connection strings (with potential passwords) will be unencrypted
  147. *.pubxml
  148. *.publishproj
  149. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  150. # checkin your Azure Web App publish settings, but sensitive information contained
  151. # in these scripts will be unencrypted
  152. PublishScripts/
  153. # Microsoft Azure Build Output
  154. csx/
  155. *.build.csdef
  156. # Microsoft Azure Emulator
  157. ecf/
  158. rcf/
  159. # Windows Store app package directories and files
  160. AppPackages/
  161. BundleArtifacts/
  162. Package.StoreAssociation.xml
  163. _pkginfo.txt
  164. *.appx
  165. *.appxbundle
  166. *.appxupload
  167. # Visual Studio cache files
  168. # files ending in .cache can be ignored
  169. *.[Cc]ache
  170. # but keep track of directories ending in .cache
  171. !?*.[Cc]ache/
  172. # Others
  173. ClientBin/
  174. Bin~/
  175. upm-ci~/
  176. Plugin~/webrtc/*
  177. WebRTC~/CodeCoverage
  178. WebRTC~/TestResults-*
  179. *.dbmdl
  180. *.dbproj.schemaview
  181. *.jfm
  182. *.pfx
  183. *.publishsettings
  184. orleans.codegen.cs
  185. # Including strong name files can present a security risk
  186. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  187. #*.snk
  188. # Since there are multiple workflows, uncomment next line to ignore bower_components
  189. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  190. #bower_components/
  191. # RIA/Silverlight projects
  192. Generated_Code/
  193. # Backup & report files from converting an old project file
  194. # to a newer Visual Studio version. Backup files are not needed,
  195. # because we have git ;-)
  196. _UpgradeReport_Files/
  197. Backup*/
  198. UpgradeLog*.XML
  199. UpgradeLog*.htm
  200. ServiceFabricBackup/
  201. *.rptproj.bak
  202. # SQL Server files
  203. *.mdf
  204. *.ldf
  205. *.ndf
  206. # Business Intelligence projects
  207. *.rdl.data
  208. *.bim.layout
  209. *.bim_*.settings
  210. *.rptproj.rsuser
  211. *- Backup*.rdl
  212. # Microsoft Fakes
  213. FakesAssemblies/
  214. # GhostDoc plugin setting file
  215. *.GhostDoc.xml
  216. # Node.js Tools for Visual Studio
  217. .ntvs_analysis.dat
  218. node_modules/
  219. # Visual Studio 6 build log
  220. *.plg
  221. # Visual Studio 6 workspace options file
  222. *.opt
  223. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  224. *.vbw
  225. # Visual Studio LightSwitch build output
  226. **/*.HTMLClient/GeneratedArtifacts
  227. **/*.DesktopClient/GeneratedArtifacts
  228. **/*.DesktopClient/ModelManifest.xml
  229. **/*.Server/GeneratedArtifacts
  230. **/*.Server/ModelManifest.xml
  231. _Pvt_Extensions
  232. # Paket dependency manager
  233. .paket/paket.exe
  234. paket-files/
  235. # FAKE - F# Make
  236. .fake/
  237. # CodeRush personal settings
  238. .cr/personal
  239. # Python Tools for Visual Studio (PTVS)
  240. __pycache__/
  241. *.pyc
  242. # Cake - Uncomment if you are using it
  243. # tools/**
  244. # !tools/packages.config
  245. # Tabs Studio
  246. *.tss
  247. # Telerik's JustMock configuration file
  248. *.jmconfig
  249. # BizTalk build output
  250. *.btp.cs
  251. *.btm.cs
  252. *.odx.cs
  253. *.xsd.cs
  254. # OpenCover UI analysis results
  255. OpenCover/
  256. # Azure Stream Analytics local run output
  257. ASALocalRun/
  258. # MSBuild Binary and Structured Log
  259. *.binlog
  260. # NVidia Nsight GPU debugger configuration file
  261. *.nvuser
  262. # MFractors (Xamarin productivity tool) working folder
  263. .mfractor/
  264. # Local History for Visual Studio
  265. .localhistory/
  266. # BeatPulse healthcheck temp database
  267. healthchecksdb
  268. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  269. MigrationBackup/
  270. # Jet Stream Rider
  271. .idea/
  272. # CMake
  273. cmake-build-*/
  274. # Plugin build folder
  275. Plugin~/build
  276. Plugin~/build64
  277. # XCode
  278. Plugin~/webrtc.xcodeproj/*
  279. Plugin~/WebRTCPlugin/webrtc-plugin.xcodeproj/*
  280. Plugin~/WebRTCPluginTest/webrtc-test.xcodeproj/*
  281. # Unity folder
  282. [Ll]ibrary/
  283. [Tt]emp/
  284. [Oo]bj/
  285. [Bb]uild/
  286. # Exclude Documentation folder
  287. !Documentation~
  288. # Exclude Samples folder
  289. !Samples~
  290. # Exclude BuildScripts
  291. !BuildScripts~
  292. # Exclude webrtc source
  293. !Plugin~
  294. # Exclude imported samples
  295. Assets/Samples.meta
  296. Assets/Samples/
  297. #Plugin: Exclude unnecessary output from Visual Studio
  298. Runtime/Plugins/x86_64/*.exp
  299. Runtime/Plugins/x86_64/*.exp.meta
  300. Runtime/Plugins/x86_64/*.lib
  301. Runtime/Plugins/x86_64/*.lib.meta
  302. Runtime/Plugins/x86_64/*.ilk.meta
  303. Runtime/Plugins/x86_64/*.pdb.meta