Unofficial CardLife revival project, pronounced like "celery"
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

349 строки
5.7KB

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