Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .gitignore. Remove temp folders. Update Plugin definition. #11

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

BenVlodgi
Copy link

@BenVlodgi BenVlodgi commented Apr 10, 2023

  • The .gitignore is the standard one for UE.
  • Saved & Intermediate folders 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.

Installed flag is only supposed to be true when the plugin is installed to the engine level. 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.
@BenVlodgi BenVlodgi changed the title Add .gitignore and remove Saved & Intermediate folders Add .gitignore and remove Saved & Intermediate folders & plugin definition update Apr 10, 2023
@BenVlodgi BenVlodgi changed the title Add .gitignore and remove Saved & Intermediate folders & plugin definition update Add .gitignore. Remove temp folders. Update Plugin definition. Apr 10, 2023
@BenVlodgi
Copy link
Author

@ElgSoft Can you review this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant