diff --git a/.gitignore b/.gitignore index 9c62304..90a27e4 100644 --- a/.gitignore +++ b/.gitignore @@ -73,4 +73,9 @@ Intermediate/* Plugins/**/Intermediate/* # Cache files for the editor to use -DerivedDataCache/* \ No newline at end of file +DerivedDataCache/* + +.cache/* +.vscode/* +*compile_commands.json* +*code-workspace* \ No newline at end of file diff --git a/.ignore b/.ignore new file mode 100644 index 0000000..f3bc921 --- /dev/null +++ b/.ignore @@ -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 diff --git a/Faye.uproject b/Faye.uproject index 4716dbb..196959e 100644 --- a/Faye.uproject +++ b/Faye.uproject @@ -15,13 +15,6 @@ } ], "Plugins": [ - { - "Name": "ModelingToolsEditorMode", - "Enabled": true, - "TargetAllowList": [ - "Editor" - ] - }, { "Name": "Bridge", "Enabled": false @@ -109,6 +102,114 @@ { "Name": "StructUtils", "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 } ] } \ No newline at end of file