You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 5.9KB

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