-gitignore 추가

main
PCYPC\pcy35 2023-07-27 11:29:58 +09:00
parent da1657869e
commit e35ed0a933
2 changed files with 1 additions and 13 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
# Visual Studio 2015 user specific files
.vs/
.vsconfig
# Compiled Object files
*.slo

View File

@ -1,13 +0,0 @@
{
"version": "1.0",
"components": [
"Microsoft.Net.Component.4.6.2.TargetingPack",
"Microsoft.VisualStudio.Component.VC.14.34.17.4.x86.x64",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Windows10SDK",
"Microsoft.VisualStudio.Workload.CoreEditor",
"Microsoft.VisualStudio.Workload.ManagedDesktop",
"Microsoft.VisualStudio.Workload.NativeDesktop",
"Microsoft.VisualStudio.Workload.NativeGame"
]
}