選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

VisualStudio.gitignore 4.9KB

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