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

Don't touch certain files/directories during Project import #1031

Open
tomzi8571 opened this issue Feb 26, 2024 · 0 comments
Open

Don't touch certain files/directories during Project import #1031

tomzi8571 opened this issue Feb 26, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@tomzi8571
Copy link

The SAP Commerce Plugin deletes a lot of files during project import, that have been created for an IntelliJ project.

Examples of files deleted or replaced:

  • runconfiguration (/runConfigurations)
  • custom .iml files
  • other files in the .idea/ folder

It would be helpful to be able to configure the Plugin Importer to just ignore certain files during import and leave them untouched

I guess it could makes sense to add this to the hybrisProjectSettings.xml file for possible recurring project imports.

Example

[x] Files/Directories excluded from changing during project import

The project importer could probably reuse certain settings from an previous existing hybrisProjectSettings.xml file, like this ignore list. Otherwise it could be tedious to reuse add all those files and settings again, only to fix the project setup every once in a while by using the Project importer

There could probably also be an additonal option 'Reset' in the importer dialog that would just use the current default importer behaviour by setting default values.

@tomzi8571 tomzi8571 changed the title Don't touch certain files during Project import Don't touch certain files/directories during Project import Feb 26, 2024
@mlytvyn mlytvyn added the help wanted Extra attention is needed label Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants