the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 435 lines 7.7 kB view raw
1# Created by https://www.toptal.com/developers/gitignore/api/visualstudio 2# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudio 3 4### VisualStudio ### 5## Ignore Visual Studio temporary files, build results, and 6## files generated by popular Visual Studio add-ons. 7## 8## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore 9 10# User-specific files 11*.rsuser 12*.suo 13*.user 14*.userosscache 15*.sln.docstates 16 17# User-specific files (MonoDevelop/Xamarin Studio) 18*.userprefs 19 20# Mono auto generated files 21mono_crash.* 22 23# Build results 24[Dd]ebug/ 25[Dd]ebugPublic/ 26[Rr]elease/ 27[Rr]eleases/ 28x64/ 29x86/ 30[Ww][Ii][Nn]32/ 31[Aa][Rr][Mm]/ 32[Aa][Rr][Mm]64/ 33bld/ 34[Bb]in/ 35[Oo]bj/ 36[Ll]og/ 37[Ll]ogs/ 38 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 44# Visual Studio 2017 auto generated files 45Generated\ Files/ 46 47# MSTest test Results 48[Tt]est[Rr]esult*/ 49[Bb]uild[Ll]og.* 50 51# NUnit 52*.VisualState.xml 53TestResult.xml 54nunit-*.xml 55 56# Build Results of an ATL Project 57[Dd]ebugPS/ 58[Rr]eleasePS/ 59dlldata.c 60 61# Benchmark Results 62BenchmarkDotNet.Artifacts/ 63 64# .NET Core 65project.lock.json 66project.fragment.lock.json 67artifacts/ 68 69# ASP.NET Scaffolding 70ScaffoldingReadMe.txt 71 72# StyleCop 73StyleCopReport.xml 74 75# Files built by Visual Studio 76*_i.c 77*_p.c 78*_h.h 79*.ilk 80*.meta 81*.obj 82*.iobj 83*.pch 84*.pdb 85*.ipdb 86*.pgc 87*.pgd 88*.rsp 89*.sbr 90*.tlb 91*.tli 92*.tlh 93*.tmp 94*.tmp_proj 95*_wpftmp.csproj 96*.log 97*.tlog 98*.vspscc 99*.vssscc 100.builds 101*.pidb 102*.svclog 103*.scc 104 105# Chutzpah Test files 106_Chutzpah* 107 108# Visual C++ cache files 109ipch/ 110*.aps 111*.ncb 112*.opendb 113*.opensdf 114*.sdf 115*.cachefile 116*.VC.db 117*.VC.VC.opendb 118 119# Visual Studio profiler 120*.psess 121*.vsp 122*.vspx 123*.sap 124 125# Visual Studio Trace Files 126*.e2e 127 128# TFS 2012 Local Workspace 129$tf/ 130 131# Guidance Automation Toolkit 132*.gpState 133 134# ReSharper is a .NET coding add-in 135_ReSharper*/ 136*.[Rr]e[Ss]harper 137*.DotSettings.user 138 139# TeamCity is a build add-in 140_TeamCity* 141 142# DotCover is a Code Coverage Tool 143*.dotCover 144 145# AxoCover is a Code Coverage Tool 146.axoCover/* 147!.axoCover/settings.json 148 149# Coverlet is a free, cross platform Code Coverage Tool 150coverage*.json 151coverage*.xml 152coverage*.info 153 154# Visual Studio code coverage results 155*.coverage 156*.coveragexml 157 158# NCrunch 159_NCrunch_* 160.*crunch*.local.xml 161nCrunchTemp_* 162 163# MightyMoose 164*.mm.* 165AutoTest.Net/ 166 167# Web workbench (sass) 168.sass-cache/ 169 170# Installshield output folder 171[Ee]xpress/ 172 173# DocProject is a documentation generator add-in 174DocProject/buildhelp/ 175DocProject/Help/*.HxT 176DocProject/Help/*.HxC 177DocProject/Help/*.hhc 178DocProject/Help/*.hhk 179DocProject/Help/*.hhp 180DocProject/Help/Html2 181DocProject/Help/html 182 183# Click-Once directory 184publish/ 185 186# Publish Web Output 187*.[Pp]ublish.xml 188*.azurePubxml 189# Note: Comment the next line if you want to checkin your web deploy settings, 190# but database connection strings (with potential passwords) will be unencrypted 191*.pubxml 192*.publishproj 193 194# Microsoft Azure Web App publish settings. Comment the next line if you want to 195# checkin your Azure Web App publish settings, but sensitive information contained 196# in these scripts will be unencrypted 197PublishScripts/ 198 199# NuGet Packages 200*.nupkg 201# NuGet Symbol Packages 202*.snupkg 203# The packages folder can be ignored because of Package Restore 204**/[Pp]ackages/* 205# except build/, which is used as an MSBuild target. 206!**/[Pp]ackages/build/ 207# Uncomment if necessary however generally it will be regenerated when needed 208#!**/[Pp]ackages/repositories.config 209# NuGet v3's project.json files produces more ignorable files 210*.nuget.props 211*.nuget.targets 212 213# Microsoft Azure Build Output 214csx/ 215*.build.csdef 216 217# Microsoft Azure Emulator 218ecf/ 219rcf/ 220 221# Windows Store app package directories and files 222AppPackages/ 223BundleArtifacts/ 224Package.StoreAssociation.xml 225_pkginfo.txt 226*.appx 227*.appxbundle 228*.appxupload 229 230# Visual Studio cache files 231# files ending in .cache can be ignored 232*.[Cc]ache 233# but keep track of directories ending in .cache 234!?*.[Cc]ache/ 235 236# Others 237ClientBin/ 238~$* 239*~ 240*.dbmdl 241*.dbproj.schemaview 242*.jfm 243*.pfx 244*.publishsettings 245orleans.codegen.cs 246 247# Including strong name files can present a security risk 248# (https://github.com/github/gitignore/pull/2483#issue-259490424) 249#*.snk 250 251# Since there are multiple workflows, uncomment next line to ignore bower_components 252# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) 253#bower_components/ 254 255# RIA/Silverlight projects 256Generated_Code/ 257 258# Backup & report files from converting an old project file 259# to a newer Visual Studio version. Backup files are not needed, 260# because we have git ;-) 261_UpgradeReport_Files/ 262Backup*/ 263UpgradeLog*.XML 264UpgradeLog*.htm 265ServiceFabricBackup/ 266*.rptproj.bak 267 268# SQL Server files 269*.mdf 270*.ldf 271*.ndf 272 273# Business Intelligence projects 274*.rdl.data 275*.bim.layout 276*.bim_*.settings 277*.rptproj.rsuser 278*- [Bb]ackup.rdl 279*- [Bb]ackup ([0-9]).rdl 280*- [Bb]ackup ([0-9][0-9]).rdl 281 282# Microsoft Fakes 283FakesAssemblies/ 284 285# GhostDoc plugin setting file 286*.GhostDoc.xml 287 288# Node.js Tools for Visual Studio 289.ntvs_analysis.dat 290node_modules/ 291 292# Visual Studio 6 build log 293*.plg 294 295# Visual Studio 6 workspace options file 296*.opt 297 298# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) 299*.vbw 300 301# Visual Studio 6 auto-generated project file (contains which files were open etc.) 302*.vbp 303 304# Visual Studio 6 workspace and project file (working project files containing files to include in project) 305*.dsw 306*.dsp 307 308# Visual Studio 6 technical files 309 310# Visual Studio LightSwitch build output 311**/*.HTMLClient/GeneratedArtifacts 312**/*.DesktopClient/GeneratedArtifacts 313**/*.DesktopClient/ModelManifest.xml 314**/*.Server/GeneratedArtifacts 315**/*.Server/ModelManifest.xml 316_Pvt_Extensions 317 318# Paket dependency manager 319.paket/paket.exe 320paket-files/ 321 322# FAKE - F# Make 323.fake/ 324 325# CodeRush personal settings 326.cr/personal 327 328# Python Tools for Visual Studio (PTVS) 329__pycache__/ 330*.pyc 331 332# Cake - Uncomment if you are using it 333# tools/** 334# !tools/packages.config 335 336# Tabs Studio 337*.tss 338 339# Telerik's JustMock configuration file 340*.jmconfig 341 342# BizTalk build output 343*.btp.cs 344*.btm.cs 345*.odx.cs 346*.xsd.cs 347 348# OpenCover UI analysis results 349OpenCover/ 350 351# Azure Stream Analytics local run output 352ASALocalRun/ 353 354# MSBuild Binary and Structured Log 355*.binlog 356 357# NVidia Nsight GPU debugger configuration file 358*.nvuser 359 360# MFractors (Xamarin productivity tool) working folder 361.mfractor/ 362 363# Local History for Visual Studio 364.localhistory/ 365 366# Visual Studio History (VSHistory) files 367.vshistory/ 368 369# BeatPulse healthcheck temp database 370healthchecksdb 371 372# Backup folder for Package Reference Convert tool in Visual Studio 2017 373MigrationBackup/ 374 375# Ionide (cross platform F# VS Code tools) working folder 376.ionide/ 377 378# Fody - auto-generated XML schema 379FodyWeavers.xsd 380 381# VS Code files for those working on multiple tools 382.vscode/* 383!.vscode/settings.json 384!.vscode/tasks.json 385!.vscode/launch.json 386!.vscode/extensions.json 387*.code-workspace 388 389# Local History for Visual Studio Code 390.history/ 391 392# Windows Installer files from build outputs 393*.cab 394*.msi 395*.msix 396*.msm 397*.msp 398 399# JetBrains Rider 400*.sln.iml 401 402### VisualStudio Patch ### 403# Additional files built by Visual Studio 404 405# End of https://www.toptal.com/developers/gitignore/api/visualstudio 406 407enc_temp_folder/ 408 409# Game data / assets 410Minecraft.Client/Schematics/ 411Minecraft.Client/Windows64/GameHDD/ 412 413# Intermediate build files (per-project) 414Minecraft.Client/x64/ 415Minecraft.Client/Debug/ 416Minecraft.Client/x64_Debug/ 417Minecraft.Client/Release/ 418Minecraft.Client/x64_Release/ 419 420Minecraft.World/x64/ 421Minecraft.World/Debug/ 422Minecraft.World/x64_Debug/ 423Minecraft.World/Release/ 424Minecraft.World/x64_Release/ 425 426build/* 427 428# Existing build output files 429!x64/**/Effects.msscmp 430!x64/**/iggy_w64.dll 431!x64/**/mss64.dll 432!x64/**/redist64/ 433 434# Local saves 435Minecraft.Client/Saves/