VisualStudio.gitignore 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. Skip to content
  2. Features
  3. Business
  4. Explore
  5. Marketplace
  6. Pricing
  7. This repository
  8. Search
  9. Sign in or Sign up
  10. 2,441 62,330 28,338 github/gitignore
  11. Code Pull requests 176 Projects 0 Insights
  12. gitignore/VisualStudio.gitignore
  13. 2e7e0bb 11 days ago
  14. @CKGrafico CKGrafico Remove typings ignore
  15. @shiftkey @arcresu @aroben @bbodenmiller @Haacked @niik @AArnott @Zenuka @sayedihashimi @saschanaz @LunicLynx @sfhardman @jamiehumphries @OsirisTerje @richorama @RehanSaeed @matma @JSkimming @jamesqo @elerch @cbadke @bdukes @anurse @anderslundsgard @alexanderKhaustov @julienshepherd
  16. 322 lines (257 sloc) 5.29 KB
  17. ## Ignore Visual Studio temporary files, build results, and
  18. ## files generated by popular Visual Studio add-ons.
  19. ##
  20. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  21. # User-specific files
  22. *.suo
  23. *.user
  24. *.userosscache
  25. *.sln.docstates
  26. # User-specific files (MonoDevelop/Xamarin Studio)
  27. *.userprefs
  28. # Build results
  29. [Dd]ebug/
  30. [Dd]ebugPublic/
  31. [Rr]elease/
  32. [Rr]eleases/
  33. x64/
  34. x86/
  35. bld/
  36. [Bb]in/
  37. [Oo]bj/
  38. [Ll]og/
  39. # Visual Studio 2015/2017 cache/options directory
  40. .vs/
  41. # Uncomment if you have tasks that create the project's static files in wwwroot
  42. #wwwroot/
  43. # Visual Studio 2017 auto generated files
  44. Generated\ Files/
  45. # MSTest test Results
  46. [Tt]est[Rr]esult*/
  47. [Bb]uild[Ll]og.*
  48. # NUNIT
  49. *.VisualState.xml
  50. TestResult.xml
  51. # Build Results of an ATL Project
  52. [Dd]ebugPS/
  53. [Rr]eleasePS/
  54. dlldata.c
  55. # Benchmark Results
  56. BenchmarkDotNet.Artifacts/
  57. # .NET Core
  58. project.lock.json
  59. project.fragment.lock.json
  60. artifacts/
  61. **/Properties/launchSettings.json
  62. # StyleCop
  63. StyleCopReport.xml
  64. # Files built by Visual Studio
  65. *_i.c
  66. *_p.c
  67. *_i.h
  68. *.ilk
  69. *.meta
  70. *.obj
  71. *.pch
  72. *.pdb
  73. *.pgc
  74. *.pgd
  75. *.rsp
  76. *.sbr
  77. *.tlb
  78. *.tli
  79. *.tlh
  80. *.tmp
  81. *.tmp_proj
  82. *.log
  83. *.vspscc
  84. *.vssscc
  85. .builds
  86. *.pidb
  87. *.svclog
  88. *.scc
  89. # Chutzpah Test files
  90. _Chutzpah*
  91. # Visual C++ cache files
  92. ipch/
  93. *.aps
  94. *.ncb
  95. *.opendb
  96. *.opensdf
  97. *.sdf
  98. *.cachefile
  99. *.VC.db
  100. *.VC.VC.opendb
  101. # Visual Studio profiler
  102. *.psess
  103. *.vsp
  104. *.vspx
  105. *.sap
  106. # Visual Studio Trace Files
  107. *.e2e
  108. # TFS 2012 Local Workspace
  109. $tf/
  110. # Guidance Automation Toolkit
  111. *.gpState
  112. # ReSharper is a .NET coding add-in
  113. _ReSharper*/
  114. *.[Rr]e[Ss]harper
  115. *.DotSettings.user
  116. # JustCode is a .NET coding add-in
  117. .JustCode
  118. # TeamCity is a build add-in
  119. _TeamCity*
  120. # DotCover is a Code Coverage Tool
  121. *.dotCover
  122. # AxoCover is a Code Coverage Tool
  123. .axoCover/*
  124. !.axoCover/settings.json
  125. # Visual Studio code coverage results
  126. *.coverage
  127. *.coveragexml
  128. # NCrunch
  129. _NCrunch_*
  130. .*crunch*.local.xml
  131. nCrunchTemp_*
  132. # MightyMoose
  133. *.mm.*
  134. AutoTest.Net/
  135. # Web workbench (sass)
  136. .sass-cache/
  137. # Installshield output folder
  138. [Ee]xpress/
  139. # DocProject is a documentation generator add-in
  140. DocProject/buildhelp/
  141. DocProject/Help/*.HxT
  142. DocProject/Help/*.HxC
  143. DocProject/Help/*.hhc
  144. DocProject/Help/*.hhk
  145. DocProject/Help/*.hhp
  146. DocProject/Help/Html2
  147. DocProject/Help/html
  148. # Click-Once directory
  149. publish/
  150. # Publish Web Output
  151. *.[Pp]ublish.xml
  152. *.azurePubxml
  153. # Note: Comment the next line if you want to checkin your web deploy settings,
  154. # but database connection strings (with potential passwords) will be unencrypted
  155. *.pubxml
  156. *.publishproj
  157. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  158. # checkin your Azure Web App publish settings, but sensitive information contained
  159. # in these scripts will be unencrypted
  160. PublishScripts/
  161. # NuGet Packages
  162. *.nupkg
  163. # The packages folder can be ignored because of Package Restore
  164. **/[Pp]ackages/*
  165. # except build/, which is used as an MSBuild target.
  166. !**/[Pp]ackages/build/
  167. # Uncomment if necessary however generally it will be regenerated when needed
  168. #!**/[Pp]ackages/repositories.config
  169. # NuGet v3's project.json files produces more ignorable files
  170. *.nuget.props
  171. *.nuget.targets
  172. # Microsoft Azure Build Output
  173. csx/
  174. *.build.csdef
  175. # Microsoft Azure Emulator
  176. ecf/
  177. rcf/
  178. # Windows Store app package directories and files
  179. AppPackages/
  180. BundleArtifacts/
  181. Package.StoreAssociation.xml
  182. _pkginfo.txt
  183. *.appx
  184. # Visual Studio cache files
  185. # files ending in .cache can be ignored
  186. *.[Cc]ache
  187. # but keep track of directories ending in .cache
  188. !*.[Cc]ache/
  189. # Others
  190. ClientBin/
  191. ~$*
  192. *~
  193. *.dbmdl
  194. *.dbproj.schemaview
  195. *.jfm
  196. *.pfx
  197. *.publishsettings
  198. orleans.codegen.cs
  199. # Including strong name files can present a security risk
  200. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  201. #*.snk
  202. # Since there are multiple workflows, uncomment next line to ignore bower_components
  203. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  204. #bower_components/
  205. # RIA/Silverlight projects
  206. Generated_Code/
  207. # Backup & report files from converting an old project file
  208. # to a newer Visual Studio version. Backup files are not needed,
  209. # because we have git ;-)
  210. _UpgradeReport_Files/
  211. Backup*/
  212. UpgradeLog*.XML
  213. UpgradeLog*.htm
  214. ServiceFabricBackup/
  215. # SQL Server files
  216. *.mdf
  217. *.ldf
  218. *.ndf
  219. # Business Intelligence projects
  220. *.rdl.data
  221. *.bim.layout
  222. *.bim_*.settings
  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. # JetBrains Rider
  249. .idea/
  250. *.sln.iml
  251. # CodeRush
  252. .cr/
  253. # Python Tools for Visual Studio (PTVS)
  254. __pycache__/
  255. *.pyc
  256. # Cake - Uncomment if you are using it
  257. # tools/**
  258. # !tools/packages.config
  259. # Tabs Studio
  260. *.tss
  261. # Telerik's JustMock configuration file
  262. *.jmconfig
  263. # BizTalk build output
  264. *.btp.cs
  265. *.btm.cs
  266. *.odx.cs
  267. *.xsd.cs
  268. # OpenCover UI analysis results
  269. OpenCover/
  270. # Azure Stream Analytics local run output
  271. ASALocalRun/
  272. # MSBuild Binary and Structured Log
  273. *.binlog
  274. ¨Ï 2018 GitHub, Inc.
  275. Terms
  276. Privacy
  277. Security
  278. Status
  279. Help
  280. Contact GitHub
  281. API
  282. Training
  283. Shop
  284. Blog
  285. About