diff --git a/.gitignore b/.gitignore index f4334a5..eca6ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ Binaries DerivedDataCache Intermediate Saved +.idea .vscode .vs *.VC.db diff --git a/.vsconfig b/.vsconfig new file mode 100644 index 0000000..b3c233d --- /dev/null +++ b/.vsconfig @@ -0,0 +1,15 @@ +{ + "version": "1.0", + "components": [ + "Microsoft.Net.Component.4.6.2.TargetingPack", + "Microsoft.VisualStudio.Component.Unreal.Workspace", + "Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL", + "Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64", + "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", + "Microsoft.VisualStudio.Component.Windows11SDK.22621", + "Microsoft.VisualStudio.Workload.CoreEditor", + "Microsoft.VisualStudio.Workload.ManagedDesktop", + "Microsoft.VisualStudio.Workload.NativeDesktop", + "Microsoft.VisualStudio.Workload.NativeGame" + ] +}