
Description
# SimpleConfigExclude
## Documentation
https://github.com/MZSH-UEPlugins/UEPluginDocs/blob/main/SimpleConfigExclude/README.md
---
## Overview
SimpleConfigExclude lets you visually manage which config files (.ini) are included or excluded when packaging your Unreal Engine project.
---
## Key Features
- Tri-State Selector: Default, Allowed (force include), Disallowed (force exclude)
- Auto-Apply: Automatically reads and applies rules on editor startup
- Copy Excluded Files: Quick copy solution to add excluded files to packaged build
- Safe Design: Hides plugin's own config by default
---
## Use Cases
- Exclude development/debug configs from release builds
- Force include custom config files in packaged build
- Manage different config sets for different deployment environments