Disable a bunch of comments and setup vscode on mac, add ignore file

This commit is contained in:
2026-07-07 21:46:50 +02:00
parent fe98355ba1
commit 82841b74fc
3 changed files with 135 additions and 8 deletions

5
.gitignore vendored
View File

@@ -74,3 +74,8 @@ Plugins/**/Intermediate/*
# Cache files for the editor to use # Cache files for the editor to use
DerivedDataCache/* DerivedDataCache/*
.cache/*
.vscode/*
*compile_commands.json*
*code-workspace*

21
.ignore Normal file
View File

@@ -0,0 +1,21 @@
/Saved
/Content
/DerivedDataCache
/Faye (Mac).xcworkspace
/DEV
/BUILD
/.git
/.vscode
/Intermediate
/.idea
/Plugins/NoiseMapGenerator/Intermediate
/Plugins/InteractionSystem/Content
/Plugins/InteractionSystem/Intermediate
/Plugins/ArrayHelper/Content
/Plugins/ArrayHelper/Intermediate
/Plugins/LTween/Intermediate
/Plugins/StatForge/Intermediate
/Plugins/SUDS/Content
/Plugins/SUDS/Intermediate
/Plugins/SUDS/Extras
/Plugins/StevesUEHelpers/Intermediate

View File

@@ -15,13 +15,6 @@
} }
], ],
"Plugins": [ "Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{ {
"Name": "Bridge", "Name": "Bridge",
"Enabled": false "Enabled": false
@@ -109,6 +102,114 @@
{ {
"Name": "StructUtils", "Name": "StructUtils",
"Enabled": true "Enabled": true
},
{
"Name": "Metasound",
"Enabled": false
},
{
"Name": "LocationServicesBPLibrary",
"Enabled": false
},
{
"Name": "MobilePatchingUtils",
"Enabled": false
},
{
"Name": "NNEDenoiser",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "AndroidMoviePlayer",
"Enabled": false
},
{
"Name": "AndroidMedia",
"Enabled": false
},
{
"Name": "MeshPainting",
"Enabled": false
},
{
"Name": "Fab",
"Enabled": false
},
{
"Name": "GLTFExporter",
"Enabled": false
},
{
"Name": "SkeletalMeshModelingTools",
"Enabled": false
},
{
"Name": "InterchangeTests",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "Interchange",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "InterchangeEditor",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "SpeedTreeImporter",
"Enabled": false
},
{
"Name": "PerforceSourceControl",
"Enabled": false
},
{
"Name": "PlasticSourceControl",
"Enabled": false
},
{
"Name": "SubversionSourceControl",
"Enabled": false
},
{
"Name": "MediaPlate",
"Enabled": false
},
{
"Name": "MediaCompositing",
"Enabled": false
},
{
"Name": "CLionSourceCodeAccess",
"Enabled": false
},
{
"Name": "CodeLiteSourceCodeAccess",
"Enabled": false
},
{
"Name": "KDevelopSourceCodeAccess",
"Enabled": false
} }
] ]
} }