.gitignore 6.3 KB

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