-
Notifications
You must be signed in to change notification settings - Fork 11
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
Remove the personal eclipse files from the source tree #101
base: main
Are you sure you want to change the base?
Conversation
In our team we work closely together where we all use Eclipse and the same settings and code formatting etc. This makes it very convenient for us to share settings files in this manner. We do understand that for other users these files are not only unnecessary, but also may make it difficult or cumbersome to work with settings files in other IDE's. We are open to other suggestions on how we can share our settings files in a manner that it would not be part of the git repository, yet that they can be automatically updated and used by Eclipse. Would you have any suggestions for this? |
In a single team project, your approach has no problem. Maybe you guys have same settings like below. (It is just my guess.)
I humble say, a maven project is complete in itself. So, it can be loaded to Eclipse or IntelliJ, VSCode and the other IDEs. How about referring to the following Apache project and reading the ".gitignore" file? |
The eclipse project files need to be ignored.
These files and folders are changed in each individual environment.