...
- Open the project in IntelliJ IDEA.
- In the project files tree, right-click on the root folder and choose New → Directory.
- Enter CalculationLogic (exactly like this) as a name and click 'OK'.
- Select all your logics and drag them to this new CalculationLogic subfolder.
- In the project files tree, right-click on the root folder and choose New → Directory.
- Enter WorkflowFormula (exactly like this) as a name and click 'OK'.
- Select all your workflow logics and drag them to this new WorkflowFormula subfolder.
- Commit the changes in GIT.
...