Bunch of screensavers in Windows
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

362 lignes
6.4 KiB

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