.gitignore 6.4 KB

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