ElgEditorScripting
ElgEditorScripting copied to clipboard
Add `.gitignore`. Remove temp folders. Update Plugin definition.
- The
.gitignoreis the standard one for UE. -
Saved&Intermediatefolders are local folders only. They add massive unnecessary files to the revision history. These are now properly ignored by the.gitignore. - Plugin
Installed: false- Installed flag is only supposed to be true when the plugin is installed to the\Engine\Plugins\Marketplace\directory. This happens automatically when the plugin is installed from the marketplace. This affects the way the plugin is displayed to the user in the Plugins list.
@ElgSoft Can you review this?